Html Css Color HEX #5BDECA Medium Turquoise

📋 copy color: '#5BDECA'

red 91 ◦ green 222 ◦ blue 202

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

Shades of Medium Turquoise #5BDECA

Tints of Medium Turquoise #5BDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 17.67%
G = 43.11%
B = 39.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#5BDECA (or 0x5BDECA) is known color: Medium Turquoise. HEX triplet: 5B, DE and CA. RGB value is (91,222,202). Sum of RGB (Red+Green+Blue) = 91+222+202=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDECA is #A42135. Grayscale: #B4B4B4. Windows color (decimal): -10756406 or 13295195. OLE color: 13295195.

HSL color Cylindrical-coordinate representation of color #5BDECA: hue angle of 170.84º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDECA is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 222 202 -
CMYK 0.59 0 0.09 0.13
HSL 170.84º 0.66% 0.61% -
HSV(B) 170.84º 0.59% 0.87% -
XYZ 41.1 58.73 65.05 -
YUV 180.55 140.1 64.13 -
System Red Green Blue C M Y K H S L
Decimal 91 222 202 0.59 0 0.09 0.13 170.84 0.66 0.61
Hex 5B DE CA 3B 0 9 D AB 42 3D
Octal 133 336 312 73 0 11 15 253 102 75
Binary 1011011 11011110 11001010 111011 0 1001 1101 10101011 1000010 111101

Color Harmonies of #5BDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDECA

Black with #5BDECA

Text Example


Text Example

White with #5BDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,222,202); }

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

background-color css

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

 a { background-color: rgb(91,222,202); }

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

border-color css

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

 span { border-color: rgb(91,222,202); }

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