#21EEC6

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

Shades of Turquoise #21EEC6

Tints of Turquoise #21EEC6

Color information

#21EEC6 (or 0x21EEC6) is unknown color: approx Turquoise. HEX triplet: 21, EE and C6. RGB value is (33,238,198). Sum of RGB (Red+Green+Blue) = 33+238+198=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEC6 is #DE1139. Grayscale: #ACACAC. Windows color (decimal): -14553402 or 13037089. OLE color: 13037089.

HSL color Cylindrical-coordinate representation of color #21EEC6: hue angle of 168.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EEC6 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB33238198-
CMYK0.8600.170.07
HSL168.29º85.77%53.14%-
HSV(B)168.29º86.13%93.33%-
XYZ41.3965.5563.9-
YUV172.14142.5828.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.04%
GREEN value IS 238 (93.36% from 255) = 50.75%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=7.04%
G=50.75%
B=42.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332381980.8600.170.07168.2985.7753.14
Hex21EEC6560117a85635
Octal41356306126021725012665
Binary10000111101110110001101010110010001111101010001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,238,198); }

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

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

 a { background-color: rgb(33,238,198); }

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

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

 span { border-color: rgb(33,238,198); }

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