Html Css Color HEX #5BEBDE Turquoise Blue

📋 copy color: '#5BEBDE'

red 91 ◦ green 235 ◦ blue 222

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

Shades of Turquoise Blue #5BEBDE

Tints of Turquoise Blue #5BEBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 16.61%
G = 42.88%
B = 40.51%

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

#5BEBDE (or 0x5BEBDE) is known color: Turquoise Blue. HEX triplet: 5B, EB and DE. RGB value is (91,235,222). Sum of RGB (Red+Green+Blue) = 91+235+222=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEBDE is #A41421. Grayscale: #BEBEBE. Windows color (decimal): -10753058 or 14609243. OLE color: 14609243.

HSL color Cylindrical-coordinate representation of color #5BEBDE: hue angle of 174.58º 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 #5BEBDE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 235 222 -
CMYK 0.61 0 0.06 0.08
HSL 174.58º 0.78% 0.64% -
HSV(B) 174.58º 0.61% 0.92% -
XYZ 47.21 66.91 79.53 -
YUV 190.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 91 235 222 0.61 0 0.06 0.08 174.58 0.78 0.64
Hex 5B EB DE 3D 0 6 8 AF 4E 40
Octal 133 353 336 75 0 6 10 257 116 100
Binary 1011011 11101011 11011110 111101 0 110 1000 10101111 1001110 1000000

Color Harmonies of #5BEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEBDE

Black with #5BEBDE

Text Example


Text Example

White with #5BEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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