Html Css Color HEX #24FFDF Bright Turquoise

📋 copy color: '#24FFDF'

red 36 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #24FFDF

Tints of Bright Turquoise #24FFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 49.61%

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

R = 7%
G = 49.61%
B = 43.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#24FFDF (or 0x24FFDF) is known color: Bright Turquoise. HEX triplet: 24, FF and DF. RGB value is (36,255,223). Sum of RGB (Red+Green+Blue) = 36+255+223=514 (68% of max value = 765). Red value is 36 (14.45% from 255 or 7.00% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FFDF is #DB0020. Grayscale: #B9B9B9. Windows color (decimal): -14352417 or 14679844. OLE color: 14679844.

HSL color Cylindrical-coordinate representation of color #24FFDF: hue angle of 171.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FFDF is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 36 255 223 -
CMYK 0.86 0 0.13 0
HSL 171.23º 1% 0.57% -
HSV(B) 171.23º 0.86% 1% -
XYZ 49.81 77.22 82.09 -
YUV 185.87 148.95 21.1 -
System Red Green Blue C M Y K H S L
Decimal 36 255 223 0.86 0 0.13 0 171.23 1 0.57
Hex 24 FF DF 56 0 D 0 AB 64 39
Octal 44 377 337 126 0 15 0 253 144 71
Binary 100100 11111111 11011111 1010110 0 1101 0 10101011 1100100 111001

Color Harmonies of #24FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FFDF

Black with #24FFDF

Text Example


Text Example

White with #24FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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