Html Css Color HEX #5AEBD3 Turquoise

📋 copy color: '#5AEBD3'

red 90 ◦ green 235 ◦ blue 211

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

Shades of Turquoise #5AEBD3

Tints of Turquoise #5AEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.37%

R = 16.79%
G = 43.84%
B = 39.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#5AEBD3 (or 0x5AEBD3) is known color: Turquoise. HEX triplet: 5A, EB and D3. RGB value is (90,235,211). Sum of RGB (Red+Green+Blue) = 90+235+211=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBD3 is #A5142C. Grayscale: #BCBCBC. Windows color (decimal): -10818605 or 13888346. OLE color: 13888346.

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

Color convert

RGB 90 235 211 -
CMYK 0.62 0 0.10 0.08
HSL 170.07º 0.78% 0.64% -
HSV(B) 170.07º 0.62% 0.92% -
XYZ 45.68 66.29 72.02 -
YUV 188.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 90 235 211 0.62 0 0.10 0.08 170.07 0.78 0.64
Hex 5A EB D3 3E 0 A 8 AA 4E 40
Octal 132 353 323 76 0 12 10 252 116 100
Binary 1011010 11101011 11010011 111110 0 1010 1000 10101010 1001110 1000000

Color Harmonies of #5AEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBD3

Black with #5AEBD3

Text Example


Text Example

White with #5AEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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