Html Css Color HEX #5FCCCD Medium Turquoise

📋 copy color: '#5FCCCD'

red 95 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #5FCCCD

Tints of Medium Turquoise #5FCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

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

R = 18.85%
G = 40.48%
B = 40.67%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5FCCCD (or 0x5FCCCD) is known color: Medium Turquoise. HEX triplet: 5F, CC and CD. RGB value is (95,204,205). Sum of RGB (Red+Green+Blue) = 95+204+205=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCCD is #A03332. Grayscale: #ABABAB. Windows color (decimal): -10498867 or 13487199. OLE color: 13487199.

HSL color Cylindrical-coordinate representation of color #5FCCCD: 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.54%. Process color model (Four color, CMYK) of #5FCCCD is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 204 205 -
CMYK 0.54 0.00 0 0.20
HSL 180.55º 0.52% 0.59% -
HSV(B) 180.55º 0.54% 0.8% -
XYZ 37.33 50.03 65.45 -
YUV 171.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 95 204 205 0.54 0.00 0 0.20 180.55 0.52 0.59
Hex 5F CC CD 36 0 0 14 B5 34 3B
Octal 137 314 315 66 0 0 24 265 64 73
Binary 1011111 11001100 11001101 110110 0 0 10100 10110101 110100 111011

Color Harmonies of #5FCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCCD

Black with #5FCCCD

Text Example


Text Example

White with #5FCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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