Html Css Color HEX #5BEFEE Turquoise Blue

📋 copy color: '#5BEFEE'

red 91 ◦ green 239 ◦ blue 238

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

Shades of Turquoise Blue #5BEFEE

Tints of Turquoise Blue #5BEFEE

RGB

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

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

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

R = 16.02%
G = 42.08%
B = 41.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#5BEFEE (or 0x5BEFEE) is known color: Turquoise Blue. HEX triplet: 5B, EF and EE. RGB value is (91,239,238). Sum of RGB (Red+Green+Blue) = 91+239+238=568 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.02% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFEE is #A41011. Grayscale: #C2C2C2. Windows color (decimal): -10752018 or 15658843. OLE color: 15658843.

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

Color convert

RGB 91 239 238 -
CMYK 0.62 0 0.00 0.06
HSL 179.59º 0.82% 0.65% -
HSV(B) 179.59º 0.62% 0.94% -
XYZ 50.61 70.13 91.76 -
YUV 194.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 91 239 238 0.62 0 0.00 0.06 179.59 0.82 0.65
Hex 5B EF EE 3E 0 0 6 B4 52 41
Octal 133 357 356 76 0 0 6 264 122 101
Binary 1011011 11101111 11101110 111110 0 0 110 10110100 1010010 1000001

Color Harmonies of #5BEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFEE

Black with #5BEFEE

Text Example


Text Example

White with #5BEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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