Html Css Color HEX #5BEECA Turquoise

📋 copy color: '#5BEECA'

red 91 ◦ green 238 ◦ blue 202

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

Shades of Turquoise #5BEECA

Tints of Turquoise #5BEECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.82%

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

R = 17.14%
G = 44.82%
B = 38.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#5BEECA (or 0x5BEECA) is known color: Turquoise. HEX triplet: 5B, EE and CA. RGB value is (91,238,202). Sum of RGB (Red+Green+Blue) = 91+238+202=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEECA is #A41135. Grayscale: #BDBDBD. Windows color (decimal): -10752310 or 13299291. OLE color: 13299291.

HSL color Cylindrical-coordinate representation of color #5BEECA: hue angle of 165.31º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEECA is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 238 202 -
CMYK 0.62 0 0.15 0.07
HSL 165.31º 0.81% 0.65% -
HSV(B) 165.31º 0.62% 0.93% -
XYZ 45.55 67.64 66.53 -
YUV 189.94 134.8 57.43 -
System Red Green Blue C M Y K H S L
Decimal 91 238 202 0.62 0 0.15 0.07 165.31 0.81 0.65
Hex 5B EE CA 3E 0 F 7 A5 51 41
Octal 133 356 312 76 0 17 7 245 121 101
Binary 1011011 11101110 11001010 111110 0 1111 111 10100101 1010001 1000001

Color Harmonies of #5BEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEECA

Black with #5BEECA

Text Example


Text Example

White with #5BEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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