Html Css Color HEX #5BD2EE Turquoise Blue

📋 copy color: '#5BD2EE'

red 91 ◦ green 210 ◦ blue 238

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

Shades of Turquoise Blue #5BD2EE

Tints of Turquoise Blue #5BD2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.96%

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

R = 16.88%
G = 38.96%
B = 44.16%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BD2EE (or 0x5BD2EE) is known color: Turquoise Blue. HEX triplet: 5B, D2 and EE. RGB value is (91,210,238). Sum of RGB (Red+Green+Blue) = 91+210+238=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BD2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD2EE is #A42D11. Grayscale: #B1B1B1. Windows color (decimal): -10759442 or 15651419. OLE color: 15651419.

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

Color convert

RGB 91 210 238 -
CMYK 0.62 0.12 0 0.07
HSL 191.43º 0.81% 0.65% -
HSV(B) 191.43º 0.62% 0.93% -
XYZ 42.79 54.49 89.15 -
YUV 177.61 162.08 66.22 -
System Red Green Blue C M Y K H S L
Decimal 91 210 238 0.62 0.12 0 0.07 191.43 0.81 0.65
Hex 5B D2 EE 3E C 0 7 BF 51 41
Octal 133 322 356 76 14 0 7 277 121 101
Binary 1011011 11010010 11101110 111110 1100 0 111 10111111 1010001 1000001

Color Harmonies of #5BD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD2EE

Black with #5BD2EE

Text Example


Text Example

White with #5BD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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