Html Css Color HEX #5ECFCD Medium Turquoise

📋 copy color: '#5ECFCD'

red 94 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #5ECFCD

Tints of Medium Turquoise #5ECFCD

RGB

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

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

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

R = 18.58%
G = 40.91%
B = 40.51%

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

#5ECFCD (or 0x5ECFCD) is known color: Medium Turquoise. HEX triplet: 5E, CF and CD. RGB value is (94,207,205). Sum of RGB (Red+Green+Blue) = 94+207+205=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFCD is #A13032. Grayscale: #ACACAC. Windows color (decimal): -10563635 or 13487966. OLE color: 13487966.

HSL color Cylindrical-coordinate representation of color #5ECFCD: hue angle of 178.94º 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 #5ECFCD is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 207 205 -
CMYK 0.55 0 0.01 0.19
HSL 178.94º 0.54% 0.59% -
HSV(B) 178.94º 0.55% 0.81% -
XYZ 37.95 51.41 65.68 -
YUV 172.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 94 207 205 0.55 0 0.01 0.19 178.94 0.54 0.59
Hex 5E CF CD 37 0 1 13 B3 36 3B
Octal 136 317 315 67 0 1 23 263 66 73
Binary 1011110 11001111 11001101 110111 0 1 10011 10110011 110110 111011

Color Harmonies of #5ECFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFCD

Black with #5ECFCD

Text Example


Text Example

White with #5ECFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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