Html Css Color HEX #5BEFEC Turquoise Blue

📋 copy color: '#5BEFEC'

red 91 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #5BEFEC

Tints of Turquoise Blue #5BEFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 16.08%
G = 42.23%
B = 41.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#5BEFEC (or 0x5BEFEC) is known color: Turquoise Blue. HEX triplet: 5B, EF and EC. RGB value is (91,239,236). Sum of RGB (Red+Green+Blue) = 91+239+236=566 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.08% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFEC is #A41013. Grayscale: #C2C2C2. Windows color (decimal): -10752020 or 15527771. OLE color: 15527771.

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

Color convert

RGB 91 239 236 -
CMYK 0.62 0 0.01 0.06
HSL 178.78º 0.82% 0.65% -
HSV(B) 178.78º 0.62% 0.94% -
XYZ 50.32 70.01 90.22 -
YUV 194.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 91 239 236 0.62 0 0.01 0.06 178.78 0.82 0.65
Hex 5B EF EC 3E 0 1 6 B3 52 41
Octal 133 357 354 76 0 1 6 263 122 101
Binary 1011011 11101111 11101100 111110 0 1 110 10110011 1010010 1000001

Color Harmonies of #5BEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEFEC

Black with #5BEFEC

Text Example


Text Example

White with #5BEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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