Html Css Color HEX #5FC7CF Medium Turquoise

📋 copy color: '#5FC7CF'

red 95 ◦ green 199 ◦ blue 207

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

Shades of Medium Turquoise #5FC7CF

Tints of Medium Turquoise #5FC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 18.96%
G = 39.72%
B = 41.32%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5FC7CF (or 0x5FC7CF) is known color: Medium Turquoise. HEX triplet: 5F, C7 and CF. RGB value is (95,199,207). Sum of RGB (Red+Green+Blue) = 95+199+207=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC7CF is #A03830. Grayscale: #A8A8A8. Windows color (decimal): -10500145 or 13616991. OLE color: 13616991.

HSL color Cylindrical-coordinate representation of color #5FC7CF: hue angle of 184.29º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FC7CF is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 199 207 -
CMYK 0.54 0.04 0 0.19
HSL 184.29º 0.54% 0.59% -
HSV(B) 184.29º 0.54% 0.81% -
XYZ 36.41 47.78 66.34 -
YUV 168.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 95 199 207 0.54 0.04 0 0.19 184.29 0.54 0.59
Hex 5F C7 CF 36 4 0 13 B8 36 3B
Octal 137 307 317 66 4 0 23 270 66 73
Binary 1011111 11000111 11001111 110110 100 0 10011 10111000 110110 111011

Color Harmonies of #5FC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC7CF

Black with #5FC7CF

Text Example


Text Example

White with #5FC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,199,207); }

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

background-color css

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

 a { background-color: rgb(95,199,207); }

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

border-color css

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

 span { border-color: rgb(95,199,207); }

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