Html Css Color HEX #5FCBCA Medium Turquoise

📋 copy color: '#5FCBCA'

red 95 ◦ green 203 ◦ blue 202

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

Shades of Medium Turquoise #5FCBCA

Tints of Medium Turquoise #5FCBCA

RGB

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

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

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

R = 19%
G = 40.6%
B = 40.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#5FCBCA (or 0x5FCBCA) is known color: Medium Turquoise. HEX triplet: 5F, CB and CA. RGB value is (95,203,202). Sum of RGB (Red+Green+Blue) = 95+203+202=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBCA is #A03435. Grayscale: #AAAAAA. Windows color (decimal): -10499126 or 13290335. OLE color: 13290335.

HSL color Cylindrical-coordinate representation of color #5FCBCA: hue angle of 179.44º 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 #5FCBCA is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 202 -
CMYK 0.53 0 0.00 0.20
HSL 179.44º 0.51% 0.58% -
HSV(B) 179.44º 0.53% 0.8% -
XYZ 36.74 49.41 63.48 -
YUV 170.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 95 203 202 0.53 0 0.00 0.20 179.44 0.51 0.58
Hex 5F CB CA 35 0 0 14 B3 33 3A
Octal 137 313 312 65 0 0 24 263 63 72
Binary 1011111 11001011 11001010 110101 0 0 10100 10110011 110011 111010

Color Harmonies of #5FCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBCA

Black with #5FCBCA

Text Example


Text Example

White with #5FCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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