Html Css Color HEX #24DACA Turquoise

📋 copy color: '#24DACA'

red 36 ◦ green 218 ◦ blue 202

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

Shades of Turquoise #24DACA

Tints of Turquoise #24DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 7.89%
G = 47.81%
B = 44.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#24DACA (or 0x24DACA) is known color: Turquoise. HEX triplet: 24, DA and CA. RGB value is (36,218,202). Sum of RGB (Red+Green+Blue) = 36+218+202=456 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.89% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #24DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DACA is #DB2535. Grayscale: #A1A1A1. Windows color (decimal): -14361910 or 13294116. OLE color: 13294116.

HSL color Cylindrical-coordinate representation of color #24DACA: hue angle of 174.73º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24DACA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 218 202 -
CMYK 0.83 0 0.07 0.15
HSL 174.73º 0.72% 0.5% -
HSV(B) 174.73º 0.83% 0.85% -
XYZ 36.46 54.78 64.53 -
YUV 161.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 36 218 202 0.83 0 0.07 0.15 174.73 0.72 0.5
Hex 24 DA CA 53 0 7 F AF 48 32
Octal 44 332 312 123 0 7 17 257 110 62
Binary 100100 11011010 11001010 1010011 0 111 1111 10101111 1001000 110010

Color Harmonies of #24DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DACA

Black with #24DACA

Text Example


Text Example

White with #24DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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