Html Css Color HEX #24D4DF Bright Turquoise

📋 copy color: '#24D4DF'

red 36 ◦ green 212 ◦ blue 223

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

Shades of Bright Turquoise #24D4DF

Tints of Bright Turquoise #24D4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 7.64%
G = 45.01%
B = 47.35%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#24D4DF (or 0x24D4DF) is known color: Bright Turquoise. HEX triplet: 24, D4 and DF. RGB value is (36,212,223). Sum of RGB (Red+Green+Blue) = 36+212+223=471 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.64% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #24D4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D4DF is #DB2B20. Grayscale: #A0A0A0. Windows color (decimal): -14363425 or 14668836. OLE color: 14668836.

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

Color convert

RGB 36 212 223 -
CMYK 0.84 0.05 0 0.13
HSL 183.53º 0.75% 0.51% -
HSV(B) 183.53º 0.84% 0.87% -
XYZ 37.59 52.79 78.02 -
YUV 160.63 163.19 39.11 -
System Red Green Blue C M Y K H S L
Decimal 36 212 223 0.84 0.05 0 0.13 183.53 0.75 0.51
Hex 24 D4 DF 54 5 0 D B8 4B 33
Octal 44 324 337 124 5 0 15 270 113 63
Binary 100100 11010100 11011111 1010100 101 0 1101 10111000 1001011 110011

Color Harmonies of #24D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D4DF

Black with #24D4DF

Text Example


Text Example

White with #24D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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