Html Css Color HEX #24DAE5 Bright Turquoise

📋 copy color: '#24DAE5'

red 36 ◦ green 218 ◦ blue 229

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

Shades of Bright Turquoise #24DAE5

Tints of Bright Turquoise #24DAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 7.45%
G = 45.13%
B = 47.41%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#24DAE5 (or 0x24DAE5) is known color: Bright Turquoise. HEX triplet: 24, DA and E5. RGB value is (36,218,229). Sum of RGB (Red+Green+Blue) = 36+218+229=483 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.45% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #24DAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DAE5 is #DB251A. Grayscale: #A4A4A4. Windows color (decimal): -14361883 or 15063588. OLE color: 15063588.

HSL color Cylindrical-coordinate representation of color #24DAE5: hue angle of 183.42º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DAE5 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 218 229 -
CMYK 0.84 0.05 0 0.10
HSL 183.42º 0.79% 0.52% -
HSV(B) 183.42º 0.84% 0.9% -
XYZ 39.94 56.18 82.87 -
YUV 164.84 164.2 36.11 -
System Red Green Blue C M Y K H S L
Decimal 36 218 229 0.84 0.05 0 0.10 183.42 0.79 0.52
Hex 24 DA E5 54 5 0 A B7 4F 34
Octal 44 332 345 124 5 0 12 267 117 64
Binary 100100 11011010 11100101 1010100 101 0 1010 10110111 1001111 110100

Color Harmonies of #24DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DAE5

Black with #24DAE5

Text Example


Text Example

White with #24DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,218,229); }

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

background-color css

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

 a { background-color: rgb(36,218,229); }

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

border-color css

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

 span { border-color: rgb(36,218,229); }

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