Html Css Color HEX #24CECE Turquoise

📋 copy color: '#24CECE'

red 36 ◦ green 206 ◦ blue 206

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

Shades of Turquoise #24CECE

Tints of Turquoise #24CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 8.04%
G = 45.98%
B = 45.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#24CECE (or 0x24CECE) is known color: Turquoise. HEX triplet: 24, CE and CE. RGB value is (36,206,206). Sum of RGB (Red+Green+Blue) = 36+206+206=448 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.04% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #24CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CECE is #DB3131. Grayscale: #9B9B9B. Windows color (decimal): -14364978 or 13553188. OLE color: 13553188.

HSL color Cylindrical-coordinate representation of color #24CECE: hue angle of 180º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CECE is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 206 206 -
CMYK 0.83 0 0 0.19
HSL 180º 0.7% 0.47% -
HSV(B) 180º 0.83% 0.81% -
XYZ 33.94 48.97 66.06 -
YUV 155.17 156.68 43 -
System Red Green Blue C M Y K H S L
Decimal 36 206 206 0.83 0 0 0.19 180 0.7 0.47
Hex 24 CE CE 53 0 0 13 B4 46 2F
Octal 44 316 316 123 0 0 23 264 106 57
Binary 100100 11001110 11001110 1010011 0 0 10011 10110100 1000110 101111

Color Harmonies of #24CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CECE

Black with #24CECE

Text Example


Text Example

White with #24CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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