Html Css Color HEX #5BD3EE Turquoise Blue

📋 copy color: '#5BD3EE'

red 91 ◦ green 211 ◦ blue 238

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

Shades of Turquoise Blue #5BD3EE

Tints of Turquoise Blue #5BD3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 16.85%
G = 39.07%
B = 44.07%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BD3EE (or 0x5BD3EE) is known color: Turquoise Blue. HEX triplet: 5B, D3 and EE. RGB value is (91,211,238). Sum of RGB (Red+Green+Blue) = 91+211+238=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BD3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD3EE is #A42C11. Grayscale: #B1B1B1. Windows color (decimal): -10759186 or 15651675. OLE color: 15651675.

HSL color Cylindrical-coordinate representation of color #5BD3EE: hue angle of 191.02º 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 #5BD3EE is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 211 238 -
CMYK 0.62 0.11 0 0.07
HSL 191.02º 0.81% 0.65% -
HSV(B) 191.02º 0.62% 0.93% -
XYZ 43.04 54.99 89.23 -
YUV 178.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 91 211 238 0.62 0.11 0 0.07 191.02 0.81 0.65
Hex 5B D3 EE 3E B 0 7 BF 51 41
Octal 133 323 356 76 13 0 7 277 121 101
Binary 1011011 11010011 11101110 111110 1011 0 111 10111111 1010001 1000001

Color Harmonies of #5BD3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD3EE

Black with #5BD3EE

Text Example


Text Example

White with #5BD3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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