Html Css Color HEX #5BEEEE Turquoise Blue

📋 copy color: '#5BEEEE'

red 91 ◦ green 238 ◦ blue 238

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

Shades of Turquoise Blue #5BEEEE

Tints of Turquoise Blue #5BEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.98%

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

R = 16.05%
G = 41.98%
B = 41.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BEEEE (or 0x5BEEEE) is known color: Turquoise Blue. HEX triplet: 5B, EE and EE. RGB value is (91,238,238). Sum of RGB (Red+Green+Blue) = 91+238+238=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #5BEEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEEE is #A41111. Grayscale: #C1C1C1. Windows color (decimal): -10752274 or 15658587. OLE color: 15658587.

HSL color Cylindrical-coordinate representation of color #5BEEEE: hue angle of 180º 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 #5BEEEE is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 238 238 -
CMYK 0.62 0 0 0.07
HSL 180º 0.81% 0.65% -
HSV(B) 180º 0.62% 0.93% -
XYZ 50.32 69.55 91.66 -
YUV 194.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 91 238 238 0.62 0 0 0.07 180 0.81 0.65
Hex 5B EE EE 3E 0 0 7 B4 51 41
Octal 133 356 356 76 0 0 7 264 121 101
Binary 1011011 11101110 11101110 111110 0 0 111 10110100 1010001 1000001

Color Harmonies of #5BEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEEEE

Black with #5BEEEE

Text Example


Text Example

White with #5BEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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