Html Css Color HEX #24CEDD Dark Turquoise

📋 copy color: '#24CEDD'

red 36 ◦ green 206 ◦ blue 221

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

Shades of Dark Turquoise #24CEDD

Tints of Dark Turquoise #24CEDD

RGB

 RED value IS 36 (14.45% from 255) = 7.78%

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 7.78%
G = 44.49%
B = 47.73%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#24CEDD (or 0x24CEDD) is known color: Dark Turquoise. HEX triplet: 24, CE and DD. RGB value is (36,206,221). Sum of RGB (Red+Green+Blue) = 36+206+221=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #24CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEDD is #DB3122. Grayscale: #9C9C9C. Windows color (decimal): -14364963 or 14536228. OLE color: 14536228.

HSL color Cylindrical-coordinate representation of color #24CEDD: hue angle of 184.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CEDD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 206 221 -
CMYK 0.84 0.07 0 0.13
HSL 184.86º 0.73% 0.5% -
HSV(B) 184.86º 0.84% 0.87% -
XYZ 35.85 49.74 76.12 -
YUV 156.88 164.18 41.78 -
System Red Green Blue C M Y K H S L
Decimal 36 206 221 0.84 0.07 0 0.13 184.86 0.73 0.5
Hex 24 CE DD 54 7 0 D B9 49 32
Octal 44 316 335 124 7 0 15 271 111 62
Binary 100100 11001110 11011101 1010100 111 0 1101 10111001 1001001 110010

Color Harmonies of #24CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CEDD

Black with #24CEDD

Text Example


Text Example

White with #24CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24CEDD; }

 p { color: rgb(36,206,221); }

 H1.HeaderClassName
 {
   color: #24CEDD;
 }
 .AnyTagClassName
 {
   color: #24CEDD;
 }
</style>

background-color css

<style>
 a { background-color: #24CEDD; }

 a { background-color: rgb(36,206,221); }

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

border-color css

<style>
 span { border-color: #24CEDD; }

 span { border-color: rgb(36,206,221); }

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