Html Css Color HEX #5AEBEB Turquoise Blue

📋 copy color: '#5AEBEB'

red 90 ◦ green 235 ◦ blue 235

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

Shades of Turquoise Blue #5AEBEB

Tints of Turquoise Blue #5AEBEB

RGB

 RED value IS 90 (35.55% from 255) = 16.07%

 GREEN value IS 235 (92.19% from 255) = 41.96%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 16.07%
G = 41.96%
B = 41.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5AEBEB (or 0x5AEBEB) is known color: Turquoise Blue. HEX triplet: 5A, EB and EB. RGB value is (90,235,235). Sum of RGB (Red+Green+Blue) = 90+235+235=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #5AEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEBEB is #A51414. Grayscale: #BFBFBF. Windows color (decimal): -10818581 or 15461210. OLE color: 15461210.

HSL color Cylindrical-coordinate representation of color #5AEBEB: hue angle of 180º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBEB is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 235 -
CMYK 0.62 0 0 0.08
HSL 180º 0.78% 0.64% -
HSV(B) 180º 0.62% 0.92% -
XYZ 48.92 67.59 89.06 -
YUV 191.65 152.46 55.5 -
System Red Green Blue C M Y K H S L
Decimal 90 235 235 0.62 0 0 0.08 180 0.78 0.64
Hex 5A EB EB 3E 0 0 8 B4 4E 40
Octal 132 353 353 76 0 0 10 264 116 100
Binary 1011010 11101011 11101011 111110 0 0 1000 10110100 1001110 1000000

Color Harmonies of #5AEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBEB

Black with #5AEBEB

Text Example


Text Example

White with #5AEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,235,235); }

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

background-color css

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

 a { background-color: rgb(90,235,235); }

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

border-color css

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

 span { border-color: rgb(90,235,235); }

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