Html Css Color HEX #24F1D1 Turquoise

📋 copy color: '#24F1D1'

red 36 ◦ green 241 ◦ blue 209

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

Shades of Turquoise #24F1D1

Tints of Turquoise #24F1D1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.59%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 7.41%
G = 49.59%
B = 43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#24F1D1 (or 0x24F1D1) is known color: Turquoise. HEX triplet: 24, F1 and D1. RGB value is (36,241,209). Sum of RGB (Red+Green+Blue) = 36+241+209=486 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.41% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #24F1D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F1D1 is #DB0E2E. Grayscale: #AFAFAF. Windows color (decimal): -14356015 or 13758756. OLE color: 13758756.

HSL color Cylindrical-coordinate representation of color #24F1D1: hue angle of 170.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F1D1 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 241 209 -
CMYK 0.85 0 0.13 0.05
HSL 170.63º 0.88% 0.54% -
HSV(B) 170.63º 0.85% 0.95% -
XYZ 43.69 67.89 71.12 -
YUV 176.06 146.58 28.1 -
System Red Green Blue C M Y K H S L
Decimal 36 241 209 0.85 0 0.13 0.05 170.63 0.88 0.54
Hex 24 F1 D1 55 0 D 5 AB 58 36
Octal 44 361 321 125 0 15 5 253 130 66
Binary 100100 11110001 11010001 1010101 0 1101 101 10101011 1011000 110110

Color Harmonies of #24F1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F1D1

Black with #24F1D1

Text Example


Text Example

White with #24F1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,241,209); }

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

background-color css

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

 a { background-color: rgb(36,241,209); }

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

border-color css

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

 span { border-color: rgb(36,241,209); }

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