Html Css Color HEX #5AEBC8 Turquoise

📋 copy color: '#5AEBC8'

red 90 ◦ green 235 ◦ blue 200

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

Shades of Turquoise #5AEBC8

Tints of Turquoise #5AEBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 17.14%
G = 44.76%
B = 38.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#5AEBC8 (or 0x5AEBC8) is known color: Turquoise. HEX triplet: 5A, EB and C8. RGB value is (90,235,200). Sum of RGB (Red+Green+Blue) = 90+235+200=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBC8 is #A51437. Grayscale: #BBBBBB. Windows color (decimal): -10818616 or 13167450. OLE color: 13167450.

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

Color convert

RGB 90 235 200 -
CMYK 0.62 0 0.15 0.08
HSL 165.52º 0.78% 0.64% -
HSV(B) 165.52º 0.62% 0.92% -
XYZ 44.35 65.76 65 -
YUV 187.66 134.96 58.35 -
System Red Green Blue C M Y K H S L
Decimal 90 235 200 0.62 0 0.15 0.08 165.52 0.78 0.64
Hex 5A EB C8 3E 0 F 8 A6 4E 40
Octal 132 353 310 76 0 17 10 246 116 100
Binary 1011010 11101011 11001000 111110 0 1111 1000 10100110 1001110 1000000

Color Harmonies of #5AEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBC8

Black with #5AEBC8

Text Example


Text Example

White with #5AEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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