Html Css Color HEX #5BD2EF Turquoise Blue

📋 copy color: '#5BD2EF'

red 91 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #5BD2EF

Tints of Turquoise Blue #5BD2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 16.85%
G = 38.89%
B = 44.26%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BD2EF (or 0x5BD2EF) is known color: Turquoise Blue. HEX triplet: 5B, D2 and EF. RGB value is (91,210,239). Sum of RGB (Red+Green+Blue) = 91+210+239=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BD2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD2EF is #A42D10. Grayscale: #B1B1B1. Windows color (decimal): -10759441 or 15716955. OLE color: 15716955.

HSL color Cylindrical-coordinate representation of color #5BD2EF: hue angle of 191.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD2EF is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 210 239 -
CMYK 0.62 0.12 0 0.06
HSL 191.76º 0.82% 0.65% -
HSV(B) 191.76º 0.62% 0.94% -
XYZ 42.94 54.55 89.93 -
YUV 177.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 91 210 239 0.62 0.12 0 0.06 191.76 0.82 0.65
Hex 5B D2 EF 3E C 0 6 C0 52 41
Octal 133 322 357 76 14 0 6 300 122 101
Binary 1011011 11010010 11101111 111110 1100 0 110 11000000 1010010 1000001

Color Harmonies of #5BD2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD2EF

Black with #5BD2EF

Text Example


Text Example

White with #5BD2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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