Html Css Color HEX #21CECF Dark Turquoise

📋 copy color: '#21CECF'

red 33 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #21CECF

Tints of Dark Turquoise #21CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

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

R = 7.4%
G = 46.19%
B = 46.41%

CMYK

 C value IS 0.84

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21CECF (or 0x21CECF) is known color: Dark Turquoise. HEX triplet: 21, CE and CF. RGB value is (33,206,207). Sum of RGB (Red+Green+Blue) = 33+206+207=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #21CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CECF is #DE3130. Grayscale: #9A9A9A. Windows color (decimal): -14561585 or 13618721. OLE color: 13618721.

HSL color Cylindrical-coordinate representation of color #21CECF: hue angle of 180.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CECF is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 207 -
CMYK 0.84 0.00 0 0.19
HSL 180.34º 0.73% 0.47% -
HSV(B) 180.34º 0.84% 0.81% -
XYZ 33.96 48.97 66.69 -
YUV 154.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 33 206 207 0.84 0.00 0 0.19 180.34 0.73 0.47
Hex 21 CE CF 54 0 0 13 B4 48 2F
Octal 41 316 317 124 0 0 23 264 110 57
Binary 100001 11001110 11001111 1010100 0 0 10011 10110100 1001000 101111

Color Harmonies of #21CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CECF

Black with #21CECF

Text Example


Text Example

White with #21CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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