Html Css Color HEX #5FCBCC Medium Turquoise

📋 copy color: '#5FCBCC'

red 95 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #5FCBCC

Tints of Medium Turquoise #5FCBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 18.92%
G = 40.44%
B = 40.64%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5FCBCC (or 0x5FCBCC) is known color: Medium Turquoise. HEX triplet: 5F, CB and CC. RGB value is (95,203,204). Sum of RGB (Red+Green+Blue) = 95+203+204=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBCC is #A03433. Grayscale: #AAAAAA. Windows color (decimal): -10499124 or 13421407. OLE color: 13421407.

HSL color Cylindrical-coordinate representation of color #5FCBCC: hue angle of 180.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBCC is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 203 204 -
CMYK 0.53 0.00 0 0.2
HSL 180.55º 0.52% 0.59% -
HSV(B) 180.55º 0.53% 0.8% -
XYZ 36.97 49.5 64.73 -
YUV 170.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 95 203 204 0.53 0.00 0 0.2 180.55 0.52 0.59
Hex 5F CB CC 35 0 0 14 B5 34 3B
Octal 137 313 314 65 0 0 24 265 64 73
Binary 1011111 11001011 11001100 110101 0 0 10100 10110101 110100 111011

Color Harmonies of #5FCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBCC

Black with #5FCBCC

Text Example


Text Example

White with #5FCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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