Html Css Color HEX #24F5CC Turquoise

📋 copy color: '#24F5CC'

red 36 ◦ green 245 ◦ blue 204

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

Shades of Turquoise #24F5CC

Tints of Turquoise #24F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.52%

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

R = 7.42%
G = 50.52%
B = 42.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#24F5CC (or 0x24F5CC) is known color: Turquoise. HEX triplet: 24, F5 and CC. RGB value is (36,245,204). Sum of RGB (Red+Green+Blue) = 36+245+204=485 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.42% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #24F5CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F5CC is #DB0A33. Grayscale: #B1B1B1. Windows color (decimal): -14354996 or 13432100. OLE color: 13432100.

HSL color Cylindrical-coordinate representation of color #24F5CC: hue angle of 168.23º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F5CC is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 245 204 -
CMYK 0.85 0 0.17 0.04
HSL 168.23º 0.91% 0.55% -
HSV(B) 168.23º 0.85% 0.96% -
XYZ 44.28 70.04 68.31 -
YUV 177.84 142.76 26.83 -
System Red Green Blue C M Y K H S L
Decimal 36 245 204 0.85 0 0.17 0.04 168.23 0.91 0.55
Hex 24 F5 CC 55 0 11 4 A8 5B 37
Octal 44 365 314 125 0 21 4 250 133 67
Binary 100100 11110101 11001100 1010101 0 10001 100 10101000 1011011 110111

Color Harmonies of #24F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F5CC

Black with #24F5CC

Text Example


Text Example

White with #24F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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