Html Css Color HEX #24DEFF Bright Turquoise

📋 copy color: '#24DEFF'

red 36 ◦ green 222 ◦ blue 255

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

Shades of Bright Turquoise #24DEFF

Tints of Bright Turquoise #24DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.27%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 7.02%
G = 43.27%
B = 49.71%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#24DEFF (or 0x24DEFF) is known color: Bright Turquoise. HEX triplet: 24, DE and FF. RGB value is (36,222,255). Sum of RGB (Red+Green+Blue) = 36+222+255=513 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.02% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #24DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DEFF is #DB2100. Grayscale: #A9A9A9. Windows color (decimal): -14360833 or 16768548. OLE color: 16768548.

HSL color Cylindrical-coordinate representation of color #24DEFF: hue angle of 189.04º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24DEFF is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 222 255 -
CMYK 0.86 0.13 0 0
HSL 189.04º 1% 0.57% -
HSV(B) 189.04º 0.86% 1% -
XYZ 44.9 59.84 103.79 -
YUV 170.15 175.88 32.32 -
System Red Green Blue C M Y K H S L
Decimal 36 222 255 0.86 0.13 0 0 189.04 1 0.57
Hex 24 DE FF 56 D 0 0 BD 64 39
Octal 44 336 377 126 15 0 0 275 144 71
Binary 100100 11011110 11111111 1010110 1101 0 0 10111101 1100100 111001

Color Harmonies of #24DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEFF

Black with #24DEFF

Text Example


Text Example

White with #24DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,222,255); }

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

background-color css

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

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

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

border-color css

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

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

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