Html Css Color HEX #24EBDB Bright Turquoise

📋 copy color: '#24EBDB'

red 36 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #24EBDB

Tints of Bright Turquoise #24EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

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

R = 7.35%
G = 47.96%
B = 44.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#24EBDB (or 0x24EBDB) is known color: Bright Turquoise. HEX triplet: 24, EB and DB. RGB value is (36,235,219). Sum of RGB (Red+Green+Blue) = 36+235+219=490 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.35% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #24EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EBDB is #DB1424. Grayscale: #ADADAD. Windows color (decimal): -14357541 or 14412580. OLE color: 14412580.

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

Color convert

RGB 36 235 219 -
CMYK 0.85 0 0.07 0.08
HSL 175.18º 0.83% 0.53% -
HSV(B) 175.18º 0.85% 0.92% -
XYZ 43.22 64.91 77.27 -
YUV 173.68 153.57 29.8 -
System Red Green Blue C M Y K H S L
Decimal 36 235 219 0.85 0 0.07 0.08 175.18 0.83 0.53
Hex 24 EB DB 55 0 7 8 AF 53 35
Octal 44 353 333 125 0 7 10 257 123 65
Binary 100100 11101011 11011011 1010101 0 111 1000 10101111 1010011 110101

Color Harmonies of #24EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EBDB

Black with #24EBDB

Text Example


Text Example

White with #24EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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