Html Css Color HEX #5FCFCC Medium Turquoise

📋 copy color: '#5FCFCC'

red 95 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #5FCFCC

Tints of Medium Turquoise #5FCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

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

R = 18.77%
G = 40.91%
B = 40.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#5FCFCC (or 0x5FCFCC) is known color: Medium Turquoise. HEX triplet: 5F, CF and CC. RGB value is (95,207,204). Sum of RGB (Red+Green+Blue) = 95+207+204=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFCC is #A03033. Grayscale: #ADADAD. Windows color (decimal): -10498100 or 13422431. OLE color: 13422431.

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

Color convert

RGB 95 207 204 -
CMYK 0.54 0 0.01 0.19
HSL 178.39º 0.54% 0.59% -
HSV(B) 178.39º 0.54% 0.81% -
XYZ 37.93 51.42 65.05 -
YUV 173.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 95 207 204 0.54 0 0.01 0.19 178.39 0.54 0.59
Hex 5F CF CC 36 0 1 13 B2 36 3B
Octal 137 317 314 66 0 1 23 262 66 73
Binary 1011111 11001111 11001100 110110 0 1 10011 10110010 110110 111011

Color Harmonies of #5FCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFCC

Black with #5FCFCC

Text Example


Text Example

White with #5FCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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