Html Css Color HEX #21E9CF Bright Turquoise

📋 copy color: '#21E9CF'

red 33 ◦ green 233 ◦ blue 207

#21E9CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #21E9CF

Tints of Bright Turquoise #21E9CF

RGB

 RED value IS 33 (13.28% from 255) = 6.98%

 GREEN value IS 233 (91.41% from 255) = 49.26%

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 6.98%
G = 49.26%
B = 43.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#21E9CF (or 0x21E9CF) is known color: Bright Turquoise. HEX triplet: 21, E9 and CF. RGB value is (33,233,207). Sum of RGB (Red+Green+Blue) = 33+233+207=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9CF is #DE1630. Grayscale: #AAAAAA. Windows color (decimal): -14554673 or 13625633. OLE color: 13625633.

HSL color Cylindrical-coordinate representation of color #21E9CF: hue angle of 172.2º degrees, saturation: 0.82, 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 #21E9CF is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 207 -
CMYK 0.86 0 0.11 0.09
HSL 172.2º 0.82% 0.52% -
HSV(B) 172.2º 0.86% 0.91% -
XYZ 41.03 63.11 69.05 -
YUV 170.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 33 233 207 0.86 0 0.11 0.09 172.2 0.82 0.52
Hex 21 E9 CF 56 0 B 9 AC 52 34
Octal 41 351 317 126 0 13 11 254 122 64
Binary 100001 11101001 11001111 1010110 0 1011 1001 10101100 1010010 110100

Color Harmonies of #21E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E9CF

Black with #21E9CF

Text Example


Text Example

White with #21E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21E9CF;
 }
 .AnyTagClassName
 {
   color: #21E9CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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