Html Css Color HEX #5BE3DF Turquoise Blue

📋 copy color: '#5BE3DF'

red 91 ◦ green 227 ◦ blue 223

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

Shades of Turquoise Blue #5BE3DF

Tints of Turquoise Blue #5BE3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.96%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 16.82%
G = 41.96%
B = 41.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#5BE3DF (or 0x5BE3DF) is known color: Turquoise Blue. HEX triplet: 5B, E3 and DF. RGB value is (91,227,223). Sum of RGB (Red+Green+Blue) = 91+227+223=541 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.82% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #5BE3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE3DF is #A41C20. Grayscale: #B9B9B9. Windows color (decimal): -10755105 or 14672731. OLE color: 14672731.

HSL color Cylindrical-coordinate representation of color #5BE3DF: hue angle of 178.24º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE3DF is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 227 223 -
CMYK 0.60 0 0.02 0.11
HSL 178.24º 0.71% 0.62% -
HSV(B) 178.24º 0.6% 0.89% -
XYZ 45.1 62.49 79.5 -
YUV 185.88 148.94 60.33 -
System Red Green Blue C M Y K H S L
Decimal 91 227 223 0.60 0 0.02 0.11 178.24 0.71 0.62
Hex 5B E3 DF 3C 0 2 B B2 47 3E
Octal 133 343 337 74 0 2 13 262 107 76
Binary 1011011 11100011 11011111 111100 0 10 1011 10110010 1000111 111110

Color Harmonies of #5BE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE3DF

Black with #5BE3DF

Text Example


Text Example

White with #5BE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,227,223); }

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

background-color css

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

 a { background-color: rgb(91,227,223); }

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

border-color css

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

 span { border-color: rgb(91,227,223); }

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