Html Css Color HEX #24F0D2 Turquoise

📋 copy color: '#24F0D2'

red 36 ◦ green 240 ◦ blue 210

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

Shades of Turquoise #24F0D2

Tints of Turquoise #24F0D2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 7.41%
G = 49.38%
B = 43.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#24F0D2 (or 0x24F0D2) is known color: Turquoise. HEX triplet: 24, F0 and D2. RGB value is (36,240,210). Sum of RGB (Red+Green+Blue) = 36+240+210=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #24F0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F0D2 is #DB0F2D. Grayscale: #AFAFAF. Windows color (decimal): -14356270 or 13824036. OLE color: 13824036.

HSL color Cylindrical-coordinate representation of color #24F0D2: hue angle of 171.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F0D2 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 240 210 -
CMYK 0.85 0 0.12 0.06
HSL 171.18º 0.87% 0.54% -
HSV(B) 171.18º 0.85% 0.94% -
XYZ 43.52 67.35 71.68 -
YUV 175.58 147.41 28.44 -
System Red Green Blue C M Y K H S L
Decimal 36 240 210 0.85 0 0.12 0.06 171.18 0.87 0.54
Hex 24 F0 D2 55 0 C 6 AB 57 36
Octal 44 360 322 125 0 14 6 253 127 66
Binary 100100 11110000 11010010 1010101 0 1100 110 10101011 1010111 110110

Color Harmonies of #24F0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F0D2

Black with #24F0D2

Text Example


Text Example

White with #24F0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,240,210); }

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

background-color css

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

 a { background-color: rgb(36,240,210); }

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

border-color css

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

 span { border-color: rgb(36,240,210); }

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