Html Css Color HEX #24D1DF Bright Turquoise

📋 copy color: '#24D1DF'

red 36 ◦ green 209 ◦ blue 223

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

Shades of Bright Turquoise #24D1DF

Tints of Bright Turquoise #24D1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

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

R = 7.69%
G = 44.66%
B = 47.65%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#24D1DF (or 0x24D1DF) is known color: Bright Turquoise. HEX triplet: 24, D1 and DF. RGB value is (36,209,223). Sum of RGB (Red+Green+Blue) = 36+209+223=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #24D1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D1DF is #DB2E20. Grayscale: #9E9E9E. Windows color (decimal): -14364193 or 14668068. OLE color: 14668068.

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

Color convert

RGB 36 209 223 -
CMYK 0.84 0.06 0 0.13
HSL 184.49º 0.75% 0.51% -
HSV(B) 184.49º 0.84% 0.87% -
XYZ 36.85 51.3 77.77 -
YUV 158.87 164.19 40.36 -
System Red Green Blue C M Y K H S L
Decimal 36 209 223 0.84 0.06 0 0.13 184.49 0.75 0.51
Hex 24 D1 DF 54 6 0 D B8 4B 33
Octal 44 321 337 124 6 0 15 270 113 63
Binary 100100 11010001 11011111 1010100 110 0 1101 10111000 1001011 110011

Color Harmonies of #24D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D1DF

Black with #24D1DF

Text Example


Text Example

White with #24D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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