Html Css Color HEX #5FCBC9 Medium Turquoise

📋 copy color: '#5FCBC9'

red 95 ◦ green 203 ◦ blue 201

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

Shades of Medium Turquoise #5FCBC9

Tints of Medium Turquoise #5FCBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.68%

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 19.04%
G = 40.68%
B = 40.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#5FCBC9 (or 0x5FCBC9) is known color: Medium Turquoise. HEX triplet: 5F, CB and C9. RGB value is (95,203,201). Sum of RGB (Red+Green+Blue) = 95+203+201=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBC9 is #A03436. Grayscale: #AAAAAA. Windows color (decimal): -10499127 or 13224799. OLE color: 13224799.

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

Color convert

RGB 95 203 201 -
CMYK 0.53 0 0.01 0.20
HSL 178.89º 0.51% 0.58% -
HSV(B) 178.89º 0.53% 0.8% -
XYZ 36.62 49.36 62.86 -
YUV 170.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 95 203 201 0.53 0 0.01 0.20 178.89 0.51 0.58
Hex 5F CB C9 35 0 1 14 B3 33 3A
Octal 137 313 311 65 0 1 24 263 63 72
Binary 1011111 11001011 11001001 110101 0 1 10100 10110011 110011 111010

Color Harmonies of #5FCBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBC9

Black with #5FCBC9

Text Example


Text Example

White with #5FCBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,203,201); }

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

background-color css

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

 a { background-color: rgb(95,203,201); }

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

border-color css

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

 span { border-color: rgb(95,203,201); }

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