Html Css Color HEX #24DAE1 Bright Turquoise

📋 copy color: '#24DAE1'

red 36 ◦ green 218 ◦ blue 225

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

Shades of Bright Turquoise #24DAE1

Tints of Bright Turquoise #24DAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 7.52%
G = 45.51%
B = 46.97%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#24DAE1 (or 0x24DAE1) is known color: Bright Turquoise. HEX triplet: 24, DA and E1. RGB value is (36,218,225). Sum of RGB (Red+Green+Blue) = 36+218+225=479 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.52% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #24DAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DAE1 is #DB251E. Grayscale: #A4A4A4. Windows color (decimal): -14361887 or 14801444. OLE color: 14801444.

HSL color Cylindrical-coordinate representation of color #24DAE1: hue angle of 182.22º degrees, saturation: 0.76, 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 #24DAE1 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 218 225 -
CMYK 0.84 0.03 0 0.12
HSL 182.22º 0.76% 0.51% -
HSV(B) 182.22º 0.84% 0.88% -
XYZ 39.39 55.95 79.96 -
YUV 164.38 162.2 36.43 -
System Red Green Blue C M Y K H S L
Decimal 36 218 225 0.84 0.03 0 0.12 182.22 0.76 0.51
Hex 24 DA E1 54 3 0 C B6 4C 33
Octal 44 332 341 124 3 0 14 266 114 63
Binary 100100 11011010 11100001 1010100 11 0 1100 10110110 1001100 110011

Color Harmonies of #24DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DAE1

Black with #24DAE1

Text Example


Text Example

White with #24DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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