Html Css Color HEX #24F6DF Bright Turquoise

📋 copy color: '#24F6DF'

red 36 ◦ green 246 ◦ blue 223

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

Shades of Bright Turquoise #24F6DF

Tints of Bright Turquoise #24F6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.71%

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

R = 7.13%
G = 48.71%
B = 44.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#24F6DF (or 0x24F6DF) is known color: Bright Turquoise. HEX triplet: 24, F6 and DF. RGB value is (36,246,223). Sum of RGB (Red+Green+Blue) = 36+246+223=505 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.13% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #24F6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F6DF is #DB0920. Grayscale: #B4B4B4. Windows color (decimal): -14354721 or 14677540. OLE color: 14677540.

HSL color Cylindrical-coordinate representation of color #24F6DF: hue angle of 173.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F6DF is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 246 223 -
CMYK 0.85 0 0.09 0.04
HSL 173.43º 0.92% 0.55% -
HSV(B) 173.43º 0.85% 0.96% -
XYZ 47 71.61 81.16 -
YUV 180.59 151.93 24.87 -
System Red Green Blue C M Y K H S L
Decimal 36 246 223 0.85 0 0.09 0.04 173.43 0.92 0.55
Hex 24 F6 DF 55 0 9 4 AD 5C 37
Octal 44 366 337 125 0 11 4 255 134 67
Binary 100100 11110110 11011111 1010101 0 1001 100 10101101 1011100 110111

Color Harmonies of #24F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F6DF

Black with #24F6DF

Text Example


Text Example

White with #24F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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