Html Css Color HEX #5BE0DA Turquoise Blue

📋 copy color: '#5BE0DA'

red 91 ◦ green 224 ◦ blue 218

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

Shades of Turquoise Blue #5BE0DA

Tints of Turquoise Blue #5BE0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.03%

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 17.07%
G = 42.03%
B = 40.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#5BE0DA (or 0x5BE0DA) is known color: Turquoise Blue. HEX triplet: 5B, E0 and DA. RGB value is (91,224,218). Sum of RGB (Red+Green+Blue) = 91+224+218=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0DA is #A41F25. Grayscale: #B7B7B7. Windows color (decimal): -10755878 or 14344283. OLE color: 14344283.

HSL color Cylindrical-coordinate representation of color #5BE0DA: hue angle of 177.29º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0DA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 224 218 -
CMYK 0.59 0 0.03 0.12
HSL 177.29º 0.68% 0.62% -
HSV(B) 177.29º 0.59% 0.88% -
XYZ 43.62 60.6 75.73 -
YUV 183.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 91 224 218 0.59 0 0.03 0.12 177.29 0.68 0.62
Hex 5B E0 DA 3B 0 3 C B1 44 3E
Octal 133 340 332 73 0 3 14 261 104 76
Binary 1011011 11100000 11011010 111011 0 11 1100 10110001 1000100 111110

Color Harmonies of #5BE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE0DA

Black with #5BE0DA

Text Example


Text Example

White with #5BE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,224,218); }

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

background-color css

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

 a { background-color: rgb(91,224,218); }

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

border-color css

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

 span { border-color: rgb(91,224,218); }

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