Html Css Color HEX #5BEAEE Turquoise Blue

📋 copy color: '#5BEAEE'

red 91 ◦ green 234 ◦ blue 238

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

Shades of Turquoise Blue #5BEAEE

Tints of Turquoise Blue #5BEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 16.16%
G = 41.56%
B = 42.27%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BEAEE (or 0x5BEAEE) is known color: Turquoise Blue. HEX triplet: 5B, EA and EE. RGB value is (91,234,238). Sum of RGB (Red+Green+Blue) = 91+234+238=563 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.16% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BEAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEAEE is #A41511. Grayscale: #BFBFBF. Windows color (decimal): -10753298 or 15657563. OLE color: 15657563.

HSL color Cylindrical-coordinate representation of color #5BEAEE: hue angle of 181.63º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEAEE is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 234 238 -
CMYK 0.62 0.02 0 0.07
HSL 181.63º 0.81% 0.65% -
HSV(B) 181.63º 0.62% 0.93% -
XYZ 49.17 67.24 91.28 -
YUV 191.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 91 234 238 0.62 0.02 0 0.07 181.63 0.81 0.65
Hex 5B EA EE 3E 2 0 7 B6 51 41
Octal 133 352 356 76 2 0 7 266 121 101
Binary 1011011 11101010 11101110 111110 10 0 111 10110110 1010001 1000001

Color Harmonies of #5BEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEAEE

Black with #5BEAEE

Text Example


Text Example

White with #5BEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,234,238); }

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

background-color css

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

 a { background-color: rgb(91,234,238); }

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

border-color css

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

 span { border-color: rgb(91,234,238); }

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