Html Css Color HEX #24D0BF Turquoise

📋 copy color: '#24D0BF'

red 36 ◦ green 208 ◦ blue 191

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

Shades of Turquoise #24D0BF

Tints of Turquoise #24D0BF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.82%

 BLUE value IS 191 (75% from 255) = 43.91%

R = 8.28%
G = 47.82%
B = 43.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#24D0BF (or 0x24D0BF) is known color: Turquoise. HEX triplet: 24, D0 and BF. RGB value is (36,208,191). Sum of RGB (Red+Green+Blue) = 36+208+191=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #24D0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0BF is #DB2F40. Grayscale: #9A9A9A. Windows color (decimal): -14364481 or 12570660. OLE color: 12570660.

HSL color Cylindrical-coordinate representation of color #24D0BF: hue angle of 174.07º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D0BF is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 208 191 -
CMYK 0.83 0 0.08 0.18
HSL 174.07º 0.7% 0.48% -
HSV(B) 174.07º 0.83% 0.82% -
XYZ 32.69 49.25 57.07 -
YUV 154.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 36 208 191 0.83 0 0.08 0.18 174.07 0.7 0.48
Hex 24 D0 BF 53 0 8 12 AE 46 30
Octal 44 320 277 123 0 10 22 256 106 60
Binary 100100 11010000 10111111 1010011 0 1000 10010 10101110 1000110 110000

Color Harmonies of #24D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D0BF

Black with #24D0BF

Text Example


Text Example

White with #24D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,208,191); }

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

background-color css

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

 a { background-color: rgb(36,208,191); }

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

border-color css

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

 span { border-color: rgb(36,208,191); }

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