Html Css Color HEX #24EDE7 Bright Turquoise

📋 copy color: '#24EDE7'

red 36 ◦ green 237 ◦ blue 231

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

Shades of Bright Turquoise #24EDE7

Tints of Bright Turquoise #24EDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 231 (90.63% from 255) = 45.83%

R = 7.14%
G = 47.02%
B = 45.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#24EDE7 (or 0x24EDE7) is known color: Bright Turquoise. HEX triplet: 24, ED and E7. RGB value is (36,237,231). Sum of RGB (Red+Green+Blue) = 36+237+231=504 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.14% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EDE7 is #DB1218. Grayscale: #B0B0B0. Windows color (decimal): -14357017 or 15199524. OLE color: 15199524.

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

Color convert

RGB 36 237 231 -
CMYK 0.85 0 0.03 0.07
HSL 178.21º 0.85% 0.54% -
HSV(B) 178.21º 0.85% 0.93% -
XYZ 45.44 66.71 86.08 -
YUV 176.22 158.91 27.99 -
System Red Green Blue C M Y K H S L
Decimal 36 237 231 0.85 0 0.03 0.07 178.21 0.85 0.54
Hex 24 ED E7 55 0 3 7 B2 55 36
Octal 44 355 347 125 0 3 7 262 125 66
Binary 100100 11101101 11100111 1010101 0 11 111 10110010 1010101 110110

Color Harmonies of #24EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EDE7

Black with #24EDE7

Text Example


Text Example

White with #24EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,237,231); }

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

background-color css

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

 a { background-color: rgb(36,237,231); }

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

border-color css

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

 span { border-color: rgb(36,237,231); }

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