Html Css Color HEX #5FC7CA Medium Turquoise

📋 copy color: '#5FC7CA'

red 95 ◦ green 199 ◦ blue 202

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

Shades of Medium Turquoise #5FC7CA

Tints of Medium Turquoise #5FC7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 19.15%
G = 40.12%
B = 40.73%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5FC7CA (or 0x5FC7CA) is known color: Medium Turquoise. HEX triplet: 5F, C7 and CA. RGB value is (95,199,202). Sum of RGB (Red+Green+Blue) = 95+199+202=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #5FC7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC7CA is #A03835. Grayscale: #A8A8A8. Windows color (decimal): -10500150 or 13289311. OLE color: 13289311.

HSL color Cylindrical-coordinate representation of color #5FC7CA: hue angle of 181.68º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC7CA is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 199 202 -
CMYK 0.53 0.01 0 0.21
HSL 181.68º 0.5% 0.58% -
HSV(B) 181.68º 0.53% 0.79% -
XYZ 35.8 47.54 63.17 -
YUV 168.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 95 199 202 0.53 0.01 0 0.21 181.68 0.5 0.58
Hex 5F C7 CA 35 1 0 15 B6 32 3A
Octal 137 307 312 65 1 0 25 266 62 72
Binary 1011111 11000111 11001010 110101 1 0 10101 10110110 110010 111010

Color Harmonies of #5FC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC7CA

Black with #5FC7CA

Text Example


Text Example

White with #5FC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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