Html Css Color HEX #5FCBCD Medium Turquoise

📋 copy color: '#5FCBCD'

red 95 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #5FCBCD

Tints of Medium Turquoise #5FCBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 18.89%
G = 40.36%
B = 40.76%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5FCBCD (or 0x5FCBCD) is known color: Medium Turquoise. HEX triplet: 5F, CB and CD. RGB value is (95,203,205). Sum of RGB (Red+Green+Blue) = 95+203+205=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FCBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBCD is #A03432. Grayscale: #AAAAAA. Windows color (decimal): -10499123 or 13486943. OLE color: 13486943.

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

Color convert

RGB 95 203 205 -
CMYK 0.54 0.01 0 0.20
HSL 181.09º 0.52% 0.59% -
HSV(B) 181.09º 0.54% 0.8% -
XYZ 37.09 49.55 65.37 -
YUV 170.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 95 203 205 0.54 0.01 0 0.20 181.09 0.52 0.59
Hex 5F CB CD 36 1 0 14 B5 34 3B
Octal 137 313 315 66 1 0 24 265 64 73
Binary 1011111 11001011 11001101 110110 1 0 10100 10110101 110100 111011

Color Harmonies of #5FCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBCD

Black with #5FCBCD

Text Example


Text Example

White with #5FCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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