Html Css Color HEX #24E2CC Turquoise

📋 copy color: '#24E2CC'

red 36 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #24E2CC

Tints of Turquoise #24E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.5%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 7.73%
G = 48.5%
B = 43.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#24E2CC (or 0x24E2CC) is known color: Turquoise. HEX triplet: 24, E2 and CC. RGB value is (36,226,204). Sum of RGB (Red+Green+Blue) = 36+226+204=466 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.73% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #24E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E2CC is #DB1D33. Grayscale: #A6A6A6. Windows color (decimal): -14359860 or 13427236. OLE color: 13427236.

HSL color Cylindrical-coordinate representation of color #24E2CC: hue angle of 173.05º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E2CC is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 226 204 -
CMYK 0.84 0 0.10 0.11
HSL 173.05º 0.77% 0.51% -
HSV(B) 173.05º 0.84% 0.89% -
XYZ 38.82 59.13 66.49 -
YUV 166.68 149.05 34.79 -
System Red Green Blue C M Y K H S L
Decimal 36 226 204 0.84 0 0.10 0.11 173.05 0.77 0.51
Hex 24 E2 CC 54 0 A B AD 4D 33
Octal 44 342 314 124 0 12 13 255 115 63
Binary 100100 11100010 11001100 1010100 0 1010 1011 10101101 1001101 110011

Color Harmonies of #24E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E2CC

Black with #24E2CC

Text Example


Text Example

White with #24E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,226,204); }

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

background-color css

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

 a { background-color: rgb(36,226,204); }

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

border-color css

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

 span { border-color: rgb(36,226,204); }

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