Html Css Color HEX #5BCEC4 Medium Turquoise

📋 copy color: '#5BCEC4'

red 91 ◦ green 206 ◦ blue 196

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

Shades of Medium Turquoise #5BCEC4

Tints of Medium Turquoise #5BCEC4

RGB

 RED value IS 91 (35.94% from 255) = 18.46%

 GREEN value IS 206 (80.86% from 255) = 41.78%

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 18.46%
G = 41.78%
B = 39.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#5BCEC4 (or 0x5BCEC4) is known color: Medium Turquoise. HEX triplet: 5B, CE and C4. RGB value is (91,206,196). Sum of RGB (Red+Green+Blue) = 91+206+196=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEC4 is #A4313B. Grayscale: #AAAAAA. Windows color (decimal): -10760508 or 12897883. OLE color: 12897883.

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

Color convert

RGB 91 206 196 -
CMYK 0.56 0 0.05 0.19
HSL 174.78º 0.54% 0.58% -
HSV(B) 174.78º 0.56% 0.81% -
XYZ 36.35 50.35 60.03 -
YUV 170.48 142.4 71.31 -
System Red Green Blue C M Y K H S L
Decimal 91 206 196 0.56 0 0.05 0.19 174.78 0.54 0.58
Hex 5B CE C4 38 0 5 13 AF 36 3A
Octal 133 316 304 70 0 5 23 257 66 72
Binary 1011011 11001110 11000100 111000 0 101 10011 10101111 110110 111010

Color Harmonies of #5BCEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCEC4

Black with #5BCEC4

Text Example


Text Example

White with #5BCEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,206,196); }

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

background-color css

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

 a { background-color: rgb(91,206,196); }

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

border-color css

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

 span { border-color: rgb(91,206,196); }

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