Html Css Color HEX #24DBDA Turquoise

📋 copy color: '#24DBDA'

red 36 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #24DBDA

Tints of Turquoise #24DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 7.61%
G = 46.3%
B = 46.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#24DBDA (or 0x24DBDA) is known color: Turquoise. HEX triplet: 24, DB and DA. RGB value is (36,219,218). Sum of RGB (Red+Green+Blue) = 36+219+218=473 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.61% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #24DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBDA is #DB2425. Grayscale: #A3A3A3. Windows color (decimal): -14361638 or 14342948. OLE color: 14342948.

HSL color Cylindrical-coordinate representation of color #24DBDA: hue angle of 179.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DBDA is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 219 218 -
CMYK 0.84 0 0.00 0.14
HSL 179.67º 0.72% 0.5% -
HSV(B) 179.67º 0.84% 0.86% -
XYZ 38.71 56.1 75.12 -
YUV 164.17 158.37 36.58 -
System Red Green Blue C M Y K H S L
Decimal 36 219 218 0.84 0 0.00 0.14 179.67 0.72 0.5
Hex 24 DB DA 54 0 0 E B4 48 32
Octal 44 333 332 124 0 0 16 264 110 62
Binary 100100 11011011 11011010 1010100 0 0 1110 10110100 1001000 110010

Color Harmonies of #24DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DBDA

Black with #24DBDA

Text Example


Text Example

White with #24DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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