Html Css Color HEX #24CECF Turquoise

📋 copy color: '#24CECF'

red 36 ◦ green 206 ◦ blue 207

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

Shades of Turquoise #24CECF

Tints of Turquoise #24CECF

RGB

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

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

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

R = 8.02%
G = 45.88%
B = 46.1%

CMYK

 C value IS 0.83

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#24CECF (or 0x24CECF) is known color: Turquoise. HEX triplet: 24, CE and CF. RGB value is (36,206,207). Sum of RGB (Red+Green+Blue) = 36+206+207=449 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.02% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #24CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CECF is #DB3130. Grayscale: #9B9B9B. Windows color (decimal): -14364977 or 13618724. OLE color: 13618724.

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

Color convert

RGB 36 206 207 -
CMYK 0.83 0.00 0 0.19
HSL 180.35º 0.7% 0.48% -
HSV(B) 180.35º 0.83% 0.81% -
XYZ 34.06 49.02 66.7 -
YUV 155.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 36 206 207 0.83 0.00 0 0.19 180.35 0.7 0.48
Hex 24 CE CF 53 0 0 13 B4 46 30
Octal 44 316 317 123 0 0 23 264 106 60
Binary 100100 11001110 11001111 1010011 0 0 10011 10110100 1000110 110000

Color Harmonies of #24CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CECF

Black with #24CECF

Text Example


Text Example

White with #24CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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