Html Css Color HEX #5BD9E6 Turquoise Blue

📋 copy color: '#5BD9E6'

red 91 ◦ green 217 ◦ blue 230

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

Shades of Turquoise Blue #5BD9E6

Tints of Turquoise Blue #5BD9E6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 16.91%
G = 40.33%
B = 42.75%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5BD9E6 (or 0x5BD9E6) is known color: Turquoise Blue. HEX triplet: 5B, D9 and E6. RGB value is (91,217,230). Sum of RGB (Red+Green+Blue) = 91+217+230=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #5BD9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD9E6 is #A42619. Grayscale: #B4B4B4. Windows color (decimal): -10757658 or 15128923. OLE color: 15128923.

HSL color Cylindrical-coordinate representation of color #5BD9E6: hue angle of 185.61º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BD9E6 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 91 217 230 -
CMYK 0.60 0.06 0 0.10
HSL 185.61º 0.74% 0.63% -
HSV(B) 185.61º 0.6% 0.9% -
XYZ 43.41 57.56 83.69 -
YUV 180.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 91 217 230 0.60 0.06 0 0.10 185.61 0.74 0.63
Hex 5B D9 E6 3C 6 0 A BA 4A 3F
Octal 133 331 346 74 6 0 12 272 112 77
Binary 1011011 11011001 11100110 111100 110 0 1010 10111010 1001010 111111

Color Harmonies of #5BD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD9E6

Black with #5BD9E6

Text Example


Text Example

White with #5BD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,217,230); }

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

background-color css

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

 a { background-color: rgb(91,217,230); }

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

border-color css

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

 span { border-color: rgb(91,217,230); }

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