Html Css Color HEX #24DEFE Bright Turquoise

📋 copy color: '#24DEFE'

red 36 ◦ green 222 ◦ blue 254

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

Shades of Bright Turquoise #24DEFE

Tints of Bright Turquoise #24DEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 7.03%
G = 43.36%
B = 49.61%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#24DEFE (or 0x24DEFE) is known color: Bright Turquoise. HEX triplet: 24, DE and FE. RGB value is (36,222,254). Sum of RGB (Red+Green+Blue) = 36+222+254=512 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.03% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #24DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DEFE is #DB2101. Grayscale: #A9A9A9. Windows color (decimal): -14360834 or 16703012. OLE color: 16703012.

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

Color convert

RGB 36 222 254 -
CMYK 0.86 0.13 0 0.00
HSL 188.81º 0.99% 0.57% -
HSV(B) 188.81º 0.86% 1% -
XYZ 44.74 59.77 102.95 -
YUV 170.03 175.38 32.4 -
System Red Green Blue C M Y K H S L
Decimal 36 222 254 0.86 0.13 0 0.00 188.81 0.99 0.57
Hex 24 DE FE 56 D 0 0 BD 63 39
Octal 44 336 376 126 15 0 0 275 143 71
Binary 100100 11011110 11111110 1010110 1101 0 0 10111101 1100011 111001

Color Harmonies of #24DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEFE

Black with #24DEFE

Text Example


Text Example

White with #24DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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