#21CFE8

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

Shades of Bright Turquoise #21CFE8

Tints of Bright Turquoise #21CFE8

Color information

#21CFE8 (or 0x21CFE8) is unknown color: approx Bright Turquoise. HEX triplet: 21, CF and E8. RGB value is (33,207,232). Sum of RGB (Red+Green+Blue) = 33+207+232=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #21CFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFE8 is #DE3017. Grayscale: #9D9D9D. Windows color (decimal): -14561304 or 15257377. OLE color: 15257377.

HSL color Cylindrical-coordinate representation of color #21CFE8: hue angle of 187.54º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFE8 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB33207232-
CMYK0.860.1100.09
HSL187.54º81.22%51.96%-
HSV(B)187.54º85.78%90.98%-
XYZ37.5150.7884.17-
YUV157.82169.8538.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.99%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 232 (91.02% from 255) = 49.15%
R=6.99%
G=43.86%
B=49.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal332072320.860.1100.09187.5481.2251.96
Hex21CFE856B09bc5134
Octal413173501261301127412164
Binary10000111001111111010001010110101101001101111001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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