Html Css Color HEX #24ECDB Bright Turquoise

📋 copy color: '#24ECDB'

red 36 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #24ECDB

Tints of Bright Turquoise #24ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 7.33%
G = 48.07%
B = 44.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#24ECDB (or 0x24ECDB) is known color: Bright Turquoise. HEX triplet: 24, EC and DB. RGB value is (36,236,219). Sum of RGB (Red+Green+Blue) = 36+236+219=491 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.33% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECDB is #DB1324. Grayscale: #AEAEAE. Windows color (decimal): -14357285 or 14412836. OLE color: 14412836.

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

Color convert

RGB 36 236 219 -
CMYK 0.85 0 0.07 0.07
HSL 174.9º 0.84% 0.53% -
HSV(B) 174.9º 0.85% 0.93% -
XYZ 43.51 65.48 77.36 -
YUV 174.26 153.24 29.38 -
System Red Green Blue C M Y K H S L
Decimal 36 236 219 0.85 0 0.07 0.07 174.9 0.84 0.53
Hex 24 EC DB 55 0 7 7 AF 54 35
Octal 44 354 333 125 0 7 7 257 124 65
Binary 100100 11101100 11011011 1010101 0 111 111 10101111 1010100 110101

Color Harmonies of #24ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ECDB

Black with #24ECDB

Text Example


Text Example

White with #24ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,236,219); }

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

background-color css

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

 a { background-color: rgb(36,236,219); }

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

border-color css

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

 span { border-color: rgb(36,236,219); }

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