Html Css Color HEX #5ECFCC Medium Turquoise

📋 copy color: '#5ECFCC'

red 94 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #5ECFCC

Tints of Medium Turquoise #5ECFCC

RGB

 RED value IS 94 (37.11% from 255) = 18.61%

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

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

R = 18.61%
G = 40.99%
B = 40.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#5ECFCC (or 0x5ECFCC) is known color: Medium Turquoise. HEX triplet: 5E, CF and CC. RGB value is (94,207,204). Sum of RGB (Red+Green+Blue) = 94+207+204=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFCC is #A13033. Grayscale: #ACACAC. Windows color (decimal): -10563636 or 13422430. OLE color: 13422430.

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

Color convert

RGB 94 207 204 -
CMYK 0.55 0 0.01 0.19
HSL 178.41º 0.54% 0.59% -
HSV(B) 178.41º 0.55% 0.81% -
XYZ 37.83 51.36 65.05 -
YUV 172.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 94 207 204 0.55 0 0.01 0.19 178.41 0.54 0.59
Hex 5E CF CC 37 0 1 13 B2 36 3B
Octal 136 317 314 67 0 1 23 262 66 73
Binary 1011110 11001111 11001100 110111 0 1 10011 10110010 110110 111011

Color Harmonies of #5ECFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFCC

Black with #5ECFCC

Text Example


Text Example

White with #5ECFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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