Html Css Color HEX #5BDAE2 Turquoise Blue

📋 copy color: '#5BDAE2'

red 91 ◦ green 218 ◦ blue 226

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

Shades of Turquoise Blue #5BDAE2

Tints of Turquoise Blue #5BDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 17.01%
G = 40.75%
B = 42.24%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5BDAE2 (or 0x5BDAE2) is known color: Turquoise Blue. HEX triplet: 5B, DA and E2. RGB value is (91,218,226). Sum of RGB (Red+Green+Blue) = 91+218+226=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #5BDAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDAE2 is #A4251D. Grayscale: #B4B4B4. Windows color (decimal): -10757406 or 14867035. OLE color: 14867035.

HSL color Cylindrical-coordinate representation of color #5BDAE2: hue angle of 183.56º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BDAE2 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 218 226 -
CMYK 0.60 0.04 0 0.11
HSL 183.56º 0.7% 0.62% -
HSV(B) 183.56º 0.6% 0.89% -
XYZ 43.11 57.86 80.85 -
YUV 180.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 91 218 226 0.60 0.04 0 0.11 183.56 0.7 0.62
Hex 5B DA E2 3C 4 0 B B8 46 3E
Octal 133 332 342 74 4 0 13 270 106 76
Binary 1011011 11011010 11100010 111100 100 0 1011 10111000 1000110 111110

Color Harmonies of #5BDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDAE2

Black with #5BDAE2

Text Example


Text Example

White with #5BDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,218,226); }

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

background-color css

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

 a { background-color: rgb(91,218,226); }

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

border-color css

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

 span { border-color: rgb(91,218,226); }

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