Html Css Color HEX #24DFCB Turquoise

📋 copy color: '#24DFCB'

red 36 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #24DFCB

Tints of Turquoise #24DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.27%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 7.79%
G = 48.27%
B = 43.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#24DFCB (or 0x24DFCB) is known color: Turquoise. HEX triplet: 24, DF and CB. RGB value is (36,223,203). Sum of RGB (Red+Green+Blue) = 36+223+203=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFCB is #DB2034. Grayscale: #A4A4A4. Windows color (decimal): -14360629 or 13360932. OLE color: 13360932.

HSL color Cylindrical-coordinate representation of color #24DFCB: hue angle of 173.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DFCB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 223 203 -
CMYK 0.84 0 0.09 0.13
HSL 173.58º 0.75% 0.51% -
HSV(B) 173.58º 0.84% 0.87% -
XYZ 37.89 57.46 65.59 -
YUV 164.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 36 223 203 0.84 0 0.09 0.13 173.58 0.75 0.51
Hex 24 DF CB 54 0 9 D AE 4B 33
Octal 44 337 313 124 0 11 15 256 113 63
Binary 100100 11011111 11001011 1010100 0 1001 1101 10101110 1001011 110011

Color Harmonies of #24DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFCB

Black with #24DFCB

Text Example


Text Example

White with #24DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,223,203); }

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

background-color css

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

 a { background-color: rgb(36,223,203); }

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

border-color css

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

 span { border-color: rgb(36,223,203); }

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