Html Css Color HEX #24D8EE Bright Turquoise

📋 copy color: '#24D8EE'

red 36 ◦ green 216 ◦ blue 238

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

Shades of Bright Turquoise #24D8EE

Tints of Bright Turquoise #24D8EE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 7.35%
G = 44.08%
B = 48.57%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#24D8EE (or 0x24D8EE) is known color: Bright Turquoise. HEX triplet: 24, D8 and EE. RGB value is (36,216,238). Sum of RGB (Red+Green+Blue) = 36+216+238=490 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.35% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #24D8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D8EE is #DB2711. Grayscale: #A4A4A4. Windows color (decimal): -14362386 or 15652900. OLE color: 15652900.

HSL color Cylindrical-coordinate representation of color #24D8EE: hue angle of 186.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D8EE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 216 238 -
CMYK 0.85 0.09 0 0.07
HSL 186.53º 0.86% 0.54% -
HSV(B) 186.53º 0.85% 0.93% -
XYZ 40.72 55.66 89.49 -
YUV 164.69 169.37 36.21 -
System Red Green Blue C M Y K H S L
Decimal 36 216 238 0.85 0.09 0 0.07 186.53 0.86 0.54
Hex 24 D8 EE 55 9 0 7 BB 56 36
Octal 44 330 356 125 11 0 7 273 126 66
Binary 100100 11011000 11101110 1010101 1001 0 111 10111011 1010110 110110

Color Harmonies of #24D8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D8EE

Black with #24D8EE

Text Example


Text Example

White with #24D8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,216,238); }

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

background-color css

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

 a { background-color: rgb(36,216,238); }

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

border-color css

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

 span { border-color: rgb(36,216,238); }

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