Html Css Color HEX #5ECBCB Medium Turquoise

📋 copy color: '#5ECBCB'

red 94 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #5ECBCB

Tints of Medium Turquoise #5ECBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.6%

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

R = 18.8%
G = 40.6%
B = 40.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ECBCB (or 0x5ECBCB) is known color: Medium Turquoise. HEX triplet: 5E, CB and CB. RGB value is (94,203,203). Sum of RGB (Red+Green+Blue) = 94+203+203=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #5ECBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBCB is #A13434. Grayscale: #AAAAAA. Windows color (decimal): -10564661 or 13355870. OLE color: 13355870.

HSL color Cylindrical-coordinate representation of color #5ECBCB: hue angle of 180º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBCB is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 203 203 -
CMYK 0.54 0 0 0.20
HSL 180º 0.51% 0.58% -
HSV(B) 180º 0.54% 0.8% -
XYZ 36.75 49.4 64.1 -
YUV 170.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 94 203 203 0.54 0 0 0.20 180 0.51 0.58
Hex 5E CB CB 36 0 0 14 B4 33 3A
Octal 136 313 313 66 0 0 24 264 63 72
Binary 1011110 11001011 11001011 110110 0 0 10100 10110100 110011 111010

Color Harmonies of #5ECBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECBCB

Black with #5ECBCB

Text Example


Text Example

White with #5ECBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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