Html Css Color HEX #5AEBCD Turquoise

📋 copy color: '#5AEBCD'

red 90 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #5AEBCD

Tints of Turquoise #5AEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 16.98%
G = 44.34%
B = 38.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#5AEBCD (or 0x5AEBCD) is known color: Turquoise. HEX triplet: 5A, EB and CD. RGB value is (90,235,205). Sum of RGB (Red+Green+Blue) = 90+235+205=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBCD is #A51432. Grayscale: #BCBCBC. Windows color (decimal): -10818611 or 13495130. OLE color: 13495130.

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

Color convert

RGB 90 235 205 -
CMYK 0.62 0 0.13 0.08
HSL 167.59º 0.78% 0.64% -
HSV(B) 167.59º 0.62% 0.92% -
XYZ 44.94 66 68.13 -
YUV 188.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 90 235 205 0.62 0 0.13 0.08 167.59 0.78 0.64
Hex 5A EB CD 3E 0 D 8 A8 4E 40
Octal 132 353 315 76 0 15 10 250 116 100
Binary 1011010 11101011 11001101 111110 0 1101 1000 10101000 1001110 1000000

Color Harmonies of #5AEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBCD

Black with #5AEBCD

Text Example


Text Example

White with #5AEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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