Html Css Color HEX #24E0EB Bright Turquoise

📋 copy color: '#24E0EB'

red 36 ◦ green 224 ◦ blue 235

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

Shades of Bright Turquoise #24E0EB

Tints of Bright Turquoise #24E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 7.27%
G = 45.25%
B = 47.47%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#24E0EB (or 0x24E0EB) is known color: Bright Turquoise. HEX triplet: 24, E0 and EB. RGB value is (36,224,235). Sum of RGB (Red+Green+Blue) = 36+224+235=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #24E0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E0EB is #DB1F14. Grayscale: #A8A8A8. Windows color (decimal): -14360341 or 15458340. OLE color: 15458340.

HSL color Cylindrical-coordinate representation of color #24E0EB: hue angle of 183.32º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E0EB is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 224 235 -
CMYK 0.85 0.05 0 0.08
HSL 183.32º 0.83% 0.53% -
HSV(B) 183.32º 0.85% 0.92% -
XYZ 42.38 59.68 87.88 -
YUV 169.04 165.22 33.11 -
System Red Green Blue C M Y K H S L
Decimal 36 224 235 0.85 0.05 0 0.08 183.32 0.83 0.53
Hex 24 E0 EB 55 5 0 8 B7 53 35
Octal 44 340 353 125 5 0 10 267 123 65
Binary 100100 11100000 11101011 1010101 101 0 1000 10110111 1010011 110101

Color Harmonies of #24E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E0EB

Black with #24E0EB

Text Example


Text Example

White with #24E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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