Html Css Color HEX #5FCBCB Medium Turquoise

📋 copy color: '#5FCBCB'

red 95 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #5FCBCB

Tints of Medium Turquoise #5FCBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 18.96%
G = 40.52%
B = 40.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5FCBCB (or 0x5FCBCB) is known color: Medium Turquoise. HEX triplet: 5F, CB and CB. RGB value is (95,203,203). Sum of RGB (Red+Green+Blue) = 95+203+203=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #5FCBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBCB is #A03434. Grayscale: #AAAAAA. Windows color (decimal): -10499125 or 13355871. OLE color: 13355871.

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

Color convert

RGB 95 203 203 -
CMYK 0.53 0 0 0.20
HSL 180º 0.51% 0.58% -
HSV(B) 180º 0.53% 0.8% -
XYZ 36.85 49.46 64.1 -
YUV 170.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 95 203 203 0.53 0 0 0.20 180 0.51 0.58
Hex 5F CB CB 35 0 0 14 B4 33 3A
Octal 137 313 313 65 0 0 24 264 63 72
Binary 1011111 11001011 11001011 110101 0 0 10100 10110100 110011 111010

Color Harmonies of #5FCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBCB

Black with #5FCBCB

Text Example


Text Example

White with #5FCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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