Html Css Color HEX #5BEFE7 Turquoise Blue

📋 copy color: '#5BEFE7'

red 91 ◦ green 239 ◦ blue 231

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

Shades of Turquoise Blue #5BEFE7

Tints of Turquoise Blue #5BEFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 16.22%
G = 42.6%
B = 41.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#5BEFE7 (or 0x5BEFE7) is known color: Turquoise Blue. HEX triplet: 5B, EF and E7. RGB value is (91,239,231). Sum of RGB (Red+Green+Blue) = 91+239+231=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFE7 is #A41018. Grayscale: #C1C1C1. Windows color (decimal): -10752025 or 15200091. OLE color: 15200091.

HSL color Cylindrical-coordinate representation of color #5BEFE7: hue angle of 176.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFE7 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 239 231 -
CMYK 0.62 0 0.03 0.06
HSL 176.76º 0.82% 0.65% -
HSV(B) 176.76º 0.62% 0.94% -
XYZ 49.6 69.73 86.45 -
YUV 193.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 91 239 231 0.62 0 0.03 0.06 176.76 0.82 0.65
Hex 5B EF E7 3E 0 3 6 B1 52 41
Octal 133 357 347 76 0 3 6 261 122 101
Binary 1011011 11101111 11100111 111110 0 11 110 10110001 1010010 1000001

Color Harmonies of #5BEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFE7

Black with #5BEFE7

Text Example


Text Example

White with #5BEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,239,231); }

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

background-color css

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

 a { background-color: rgb(91,239,231); }

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

border-color css

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

 span { border-color: rgb(91,239,231); }

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