Html Css Color HEX #24CED0 Turquoise

📋 copy color: '#24CED0'

red 36 ◦ green 206 ◦ blue 208

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

Shades of Turquoise #24CED0

Tints of Turquoise #24CED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 8%
G = 45.78%
B = 46.22%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#24CED0 (or 0x24CED0) is known color: Turquoise. HEX triplet: 24, CE and D0. RGB value is (36,206,208). Sum of RGB (Red+Green+Blue) = 36+206+208=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #24CED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CED0 is #DB312F. Grayscale: #9B9B9B. Windows color (decimal): -14364976 or 13684260. OLE color: 13684260.

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

Color convert

RGB 36 206 208 -
CMYK 0.83 0.01 0 0.18
HSL 180.7º 0.7% 0.48% -
HSV(B) 180.7º 0.83% 0.82% -
XYZ 34.18 49.07 67.34 -
YUV 155.4 157.68 42.84 -
System Red Green Blue C M Y K H S L
Decimal 36 206 208 0.83 0.01 0 0.18 180.7 0.7 0.48
Hex 24 CE D0 53 1 0 12 B5 46 30
Octal 44 316 320 123 1 0 22 265 106 60
Binary 100100 11001110 11010000 1010011 1 0 10010 10110101 1000110 110000

Color Harmonies of #24CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CED0

Black with #24CED0

Text Example


Text Example

White with #24CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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