#21cfd8

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

Shades of Dark Turquoise #21CFD8

Tints of Dark Turquoise #21CFD8

Color information

#21CFD8 (or 0x21CFD8) is unknown color: approx Dark Turquoise. HEX triplet: 21, CF and D8. RGB value is (33,207,216). Sum of RGB (Red+Green+Blue) = 33+207+216=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #21CFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFD8 is #DE3027. Grayscale: #9B9B9B. Windows color (decimal): -14561320 or 14208801. OLE color: 14208801.

HSL color Cylindrical-coordinate representation of color #21CFD8: hue angle of 182.95º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CFD8 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33207216-
CMYK0.850.0400.15
HSL182.95º73.49%48.82%-
HSV(B)182.95º84.72%84.71%-
XYZ35.3349.9172.74-
YUV156161.8540.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.24%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 216 (84.77% from 255) = 47.37%
R=7.24%
G=45.39%
B=47.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332072160.850.0400.15182.9573.4948.82
Hex21CFD85540Fb74931
Octal41317330125401726711161
Binary1000011100111111011000101010110001111101101111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21cfd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,207,216); }

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

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

 a { background-color: rgb(33,207,216); }

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

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

 span { border-color: rgb(33,207,216); }

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