Html Css Color HEX #5ECCCD Medium Turquoise

📋 copy color: '#5ECCCD'

red 94 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #5ECCCD

Tints of Medium Turquoise #5ECCCD

RGB

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

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

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

R = 18.69%
G = 40.56%
B = 40.76%

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

#5ECCCD (or 0x5ECCCD) is known color: Medium Turquoise. HEX triplet: 5E, CC and CD. RGB value is (94,204,205). Sum of RGB (Red+Green+Blue) = 94+204+205=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ECCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCCD is #A13332. Grayscale: #ABABAB. Windows color (decimal): -10564403 or 13487198. OLE color: 13487198.

HSL color Cylindrical-coordinate representation of color #5ECCCD: hue angle of 180.54º degrees, saturation: 0.53, 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 #5ECCCD is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 204 205 -
CMYK 0.54 0.00 0 0.20
HSL 180.54º 0.53% 0.59% -
HSV(B) 180.54º 0.54% 0.8% -
XYZ 37.23 49.97 65.44 -
YUV 171.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 94 204 205 0.54 0.00 0 0.20 180.54 0.53 0.59
Hex 5E CC CD 36 0 0 14 B5 35 3B
Octal 136 314 315 66 0 0 24 265 65 73
Binary 1011110 11001100 11001101 110110 0 0 10100 10110101 110101 111011

Color Harmonies of #5ECCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECCCD

Black with #5ECCCD

Text Example


Text Example

White with #5ECCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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