Html Css Color HEX #5BEBDD Turquoise Blue

📋 copy color: '#5BEBDD'

red 91 ◦ green 235 ◦ blue 221

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

Shades of Turquoise Blue #5BEBDD

Tints of Turquoise Blue #5BEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 16.64%
G = 42.96%
B = 40.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#5BEBDD (or 0x5BEBDD) is known color: Turquoise Blue. HEX triplet: 5B, EB and DD. RGB value is (91,235,221). Sum of RGB (Red+Green+Blue) = 91+235+221=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBDD is #A41422. Grayscale: #BEBEBE. Windows color (decimal): -10753059 or 14543707. OLE color: 14543707.

HSL color Cylindrical-coordinate representation of color #5BEBDD: hue angle of 174.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEBDD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 235 221 -
CMYK 0.61 0 0.06 0.08
HSL 174.17º 0.78% 0.64% -
HSV(B) 174.17º 0.61% 0.92% -
XYZ 47.07 66.86 78.83 -
YUV 190.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 91 235 221 0.61 0 0.06 0.08 174.17 0.78 0.64
Hex 5B EB DD 3D 0 6 8 AE 4E 40
Octal 133 353 335 75 0 6 10 256 116 100
Binary 1011011 11101011 11011101 111101 0 110 1000 10101110 1001110 1000000

Color Harmonies of #5BEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBDD

Black with #5BEBDD

Text Example


Text Example

White with #5BEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,235,221); }

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

background-color css

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

 a { background-color: rgb(91,235,221); }

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

border-color css

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

 span { border-color: rgb(91,235,221); }

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