Html Css Color HEX #5BEADE Turquoise Blue

📋 copy color: '#5BEADE'

red 91 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #5BEADE

Tints of Turquoise Blue #5BEADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 16.64%
G = 42.78%
B = 40.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5BEADE (or 0x5BEADE) is known color: Turquoise Blue. HEX triplet: 5B, EA and DE. RGB value is (91,234,222). Sum of RGB (Red+Green+Blue) = 91+234+222=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEADE is #A41521. Grayscale: #BDBDBD. Windows color (decimal): -10753314 or 14608987. OLE color: 14608987.

HSL color Cylindrical-coordinate representation of color #5BEADE: hue angle of 174.97º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEADE is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 234 222 -
CMYK 0.61 0 0.05 0.08
HSL 174.97º 0.77% 0.64% -
HSV(B) 174.97º 0.61% 0.92% -
XYZ 46.92 66.34 79.44 -
YUV 189.88 146.12 57.48 -
System Red Green Blue C M Y K H S L
Decimal 91 234 222 0.61 0 0.05 0.08 174.97 0.77 0.64
Hex 5B EA DE 3D 0 5 8 AF 4D 40
Octal 133 352 336 75 0 5 10 257 115 100
Binary 1011011 11101010 11011110 111101 0 101 1000 10101111 1001101 1000000

Color Harmonies of #5BEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEADE

Black with #5BEADE

Text Example


Text Example

White with #5BEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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