Html Css Color HEX #24DEE0 Bright Turquoise

📋 copy color: '#24DEE0'

red 36 ◦ green 222 ◦ blue 224

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

Shades of Bright Turquoise #24DEE0

Tints of Bright Turquoise #24DEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 7.47%
G = 46.06%
B = 46.47%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#24DEE0 (or 0x24DEE0) is known color: Bright Turquoise. HEX triplet: 24, DE and E0. RGB value is (36,222,224). Sum of RGB (Red+Green+Blue) = 36+222+224=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #24DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEE0 is #DB211F. Grayscale: #A6A6A6. Windows color (decimal): -14360864 or 14736932. OLE color: 14736932.

HSL color Cylindrical-coordinate representation of color #24DEE0: hue angle of 180.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DEE0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 222 224 -
CMYK 0.84 0.01 0 0.12
HSL 180.64º 0.75% 0.51% -
HSV(B) 180.64º 0.84% 0.88% -
XYZ 40.3 58 79.59 -
YUV 166.61 160.38 34.84 -
System Red Green Blue C M Y K H S L
Decimal 36 222 224 0.84 0.01 0 0.12 180.64 0.75 0.51
Hex 24 DE E0 54 1 0 C B5 4B 33
Octal 44 336 340 124 1 0 14 265 113 63
Binary 100100 11011110 11100000 1010100 1 0 1100 10110101 1001011 110011

Color Harmonies of #24DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEE0

Black with #24DEE0

Text Example


Text Example

White with #24DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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