Html Css Color HEX #24CCC4 Turquoise

📋 copy color: '#24CCC4'

red 36 ◦ green 204 ◦ blue 196

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

Shades of Turquoise #24CCC4

Tints of Turquoise #24CCC4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 8.26%
G = 46.79%
B = 44.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#24CCC4 (or 0x24CCC4) is known color: Turquoise. HEX triplet: 24, CC and C4. RGB value is (36,204,196). Sum of RGB (Red+Green+Blue) = 36+204+196=436 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.26% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #24CCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CCC4 is #DB333B. Grayscale: #989898. Windows color (decimal): -14365500 or 12897316. OLE color: 12897316.

HSL color Cylindrical-coordinate representation of color #24CCC4: hue angle of 177.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CCC4 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 204 196 -
CMYK 0.82 0 0.04 0.2
HSL 177.14º 0.7% 0.47% -
HSV(B) 177.14º 0.82% 0.8% -
XYZ 32.28 47.55 59.7 -
YUV 152.86 152.34 44.65 -
System Red Green Blue C M Y K H S L
Decimal 36 204 196 0.82 0 0.04 0.2 177.14 0.7 0.47
Hex 24 CC C4 52 0 4 14 B1 46 2F
Octal 44 314 304 122 0 4 24 261 106 57
Binary 100100 11001100 11000100 1010010 0 100 10100 10110001 1000110 101111

Color Harmonies of #24CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CCC4

Black with #24CCC4

Text Example


Text Example

White with #24CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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