Html Css Color HEX #5ECFCB Medium Turquoise

📋 copy color: '#5ECFCB'

red 94 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #5ECFCB

Tints of Medium Turquoise #5ECFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 18.65%
G = 41.07%
B = 40.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#5ECFCB (or 0x5ECFCB) is known color: Medium Turquoise. HEX triplet: 5E, CF and CB. RGB value is (94,207,203). Sum of RGB (Red+Green+Blue) = 94+207+203=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFCB is #A13034. Grayscale: #ACACAC. Windows color (decimal): -10563637 or 13356894. OLE color: 13356894.

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

Color convert

RGB 94 207 203 -
CMYK 0.55 0 0.02 0.19
HSL 177.88º 0.54% 0.59% -
HSV(B) 177.88º 0.55% 0.81% -
XYZ 37.71 51.32 64.42 -
YUV 172.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 94 207 203 0.55 0 0.02 0.19 177.88 0.54 0.59
Hex 5E CF CB 37 0 2 13 B2 36 3B
Octal 136 317 313 67 0 2 23 262 66 73
Binary 1011110 11001111 11001011 110111 0 10 10011 10110010 110110 111011

Color Harmonies of #5ECFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFCB

Black with #5ECFCB

Text Example


Text Example

White with #5ECFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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