Html Css Color HEX #24DFDC Bright Turquoise

📋 copy color: '#24DFDC'

red 36 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #24DFDC

Tints of Bright Turquoise #24DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 7.52%
G = 46.56%
B = 45.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#24DFDC (or 0x24DFDC) is known color: Bright Turquoise. HEX triplet: 24, DF and DC. RGB value is (36,223,220). Sum of RGB (Red+Green+Blue) = 36+223+220=479 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.52% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFDC is #DB2023. Grayscale: #A6A6A6. Windows color (decimal): -14360612 or 14475044. OLE color: 14475044.

HSL color Cylindrical-coordinate representation of color #24DFDC: hue angle of 179.04º 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 #24DFDC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 223 220 -
CMYK 0.84 0 0.01 0.13
HSL 179.04º 0.75% 0.51% -
HSV(B) 179.04º 0.84% 0.87% -
XYZ 40.03 58.32 76.86 -
YUV 166.75 158.05 34.74 -
System Red Green Blue C M Y K H S L
Decimal 36 223 220 0.84 0 0.01 0.13 179.04 0.75 0.51
Hex 24 DF DC 54 0 1 D B3 4B 33
Octal 44 337 334 124 0 1 15 263 113 63
Binary 100100 11011111 11011100 1010100 0 1 1101 10110011 1001011 110011

Color Harmonies of #24DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFDC

Black with #24DFDC

Text Example


Text Example

White with #24DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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