Html Css Color HEX #5FF2D9 Turquoise

📋 copy color: '#5FF2D9'

red 95 ◦ green 242 ◦ blue 217

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

Shades of Turquoise #5FF2D9

Tints of Turquoise #5FF2D9

RGB

 RED value IS 95 (37.5% from 255) = 17.15%

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 17.15%
G = 43.68%
B = 39.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#5FF2D9 (or 0x5FF2D9) is known color: Turquoise. HEX triplet: 5F, F2 and D9. RGB value is (95,242,217). Sum of RGB (Red+Green+Blue) = 95+242+217=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF2D9 is #A00D26. Grayscale: #C3C3C3. Windows color (decimal): -10489127 or 14283359. OLE color: 14283359.

HSL color Cylindrical-coordinate representation of color #5FF2D9: hue angle of 169.8º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF2D9 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 217 -
CMYK 0.61 0 0.10 0.05
HSL 169.8º 0.85% 0.66% -
HSV(B) 169.8º 0.61% 0.95% -
XYZ 49 70.95 76.76 -
YUV 195.2 140.3 56.53 -
System Red Green Blue C M Y K H S L
Decimal 95 242 217 0.61 0 0.10 0.05 169.8 0.85 0.66
Hex 5F F2 D9 3D 0 A 5 AA 55 42
Octal 137 362 331 75 0 12 5 252 125 102
Binary 1011111 11110010 11011001 111101 0 1010 101 10101010 1010101 1000010

Color Harmonies of #5FF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF2D9

Black with #5FF2D9

Text Example


Text Example

White with #5FF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF2D9; }

 p { color: rgb(95,242,217); }

 H1.HeaderClassName
 {
   color: #5FF2D9;
 }
 .AnyTagClassName
 {
   color: #5FF2D9;
 }
</style>

background-color css

<style>
 a { background-color: #5FF2D9; }

 a { background-color: rgb(95,242,217); }

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

border-color css

<style>
 span { border-color: #5FF2D9; }

 span { border-color: rgb(95,242,217); }

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