Html Css Color HEX #24DCEF Bright Turquoise

📋 copy color: '#24DCEF'

red 36 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #24DCEF

Tints of Bright Turquoise #24DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 7.27%
G = 44.44%
B = 48.28%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#24DCEF (or 0x24DCEF) is known color: Bright Turquoise. HEX triplet: 24, DC and EF. RGB value is (36,220,239). Sum of RGB (Red+Green+Blue) = 36+220+239=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #24DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCEF is #DB2310. Grayscale: #A6A6A6. Windows color (decimal): -14361361 or 15719460. OLE color: 15719460.

HSL color Cylindrical-coordinate representation of color #24DCEF: hue angle of 185.62º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DCEF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 220 239 -
CMYK 0.85 0.08 0 0.06
HSL 185.62º 0.86% 0.54% -
HSV(B) 185.62º 0.85% 0.94% -
XYZ 41.9 57.79 90.61 -
YUV 167.15 168.54 34.46 -
System Red Green Blue C M Y K H S L
Decimal 36 220 239 0.85 0.08 0 0.06 185.62 0.86 0.54
Hex 24 DC EF 55 8 0 6 BA 56 36
Octal 44 334 357 125 10 0 6 272 126 66
Binary 100100 11011100 11101111 1010101 1000 0 110 10111010 1010110 110110

Color Harmonies of #24DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DCEF

Black with #24DCEF

Text Example


Text Example

White with #24DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,220,239); }

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

background-color css

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

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

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

border-color css

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

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

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