#21f9c3

Color #21F9C3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #21F9C3

Tints of Turquoise #21F9C3

Color information

#21F9C3 (or 0x21F9C3) is unknown color: approx Turquoise. HEX triplet: 21, F9 and C3. RGB value is (33,249,195). Sum of RGB (Red+Green+Blue) = 33+249+195=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #21F9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F9C3 is #DE063C. Grayscale: #B2B2B2. Windows color (decimal): -14550589 or 12843297. OLE color: 12843297.

HSL color Cylindrical-coordinate representation of color #21F9C3: hue angle of 165º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F9C3 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB33249195-
CMYK0.8700.220.02
HSL165º94.74%55.29%-
HSV(B)165º86.75%97.65%-
XYZ44.3572.0163.19-
YUV178.26137.4424.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 6.92%
GREEN value IS 249 (97.66% from 255) = 52.20%
BLUE value IS 195 (76.56% from 255) = 40.88%
R=6.92%
G=52.20%
B=40.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal332491950.8700.220.0216594.7455.29
Hex21F9C3570162a55f37
Octal41371303127026224513767
Binary1000011111100111000011101011101011010101001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21f9c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21f9c3; }

 p { color: rgb(33,249,195); }

 H1.HeaderClassName
 {
   color: #21f9c3;
 }
 .AnyTagClassName
 {
   color: #21f9c3;
 }
</style>
background-color css

<style>
 a { background-color: #21f9c3; }

 a { background-color: rgb(33,249,195); }

 div.DivClassName
 {
   background-color: #21f9c3;
 }
 .BgClassName
 {
   background-color: #21f9c3;
 }
</style>
border-color css

<style>
 span { border-color: #21f9c3; }

 span { border-color: rgb(33,249,195); }

 td.TdClassName
 {
   border-color: #21f9c3;
 }
 .TagClassName
 {
   border-color: #21f9c3;
 }
</style>