Html Css Color HEX #5AEBCF Turquoise

📋 copy color: '#5AEBCF'

red 90 ◦ green 235 ◦ blue 207

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

Shades of Turquoise #5AEBCF

Tints of Turquoise #5AEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 16.92%
G = 44.17%
B = 38.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#5AEBCF (or 0x5AEBCF) is known color: Turquoise. HEX triplet: 5A, EB and CF. RGB value is (90,235,207). Sum of RGB (Red+Green+Blue) = 90+235+207=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBCF is #A51430. Grayscale: #BCBCBC. Windows color (decimal): -10818609 or 13626202. OLE color: 13626202.

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

Color convert

RGB 90 235 207 -
CMYK 0.62 0 0.12 0.08
HSL 168.41º 0.78% 0.64% -
HSV(B) 168.41º 0.62% 0.92% -
XYZ 45.19 66.1 69.41 -
YUV 188.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 90 235 207 0.62 0 0.12 0.08 168.41 0.78 0.64
Hex 5A EB CF 3E 0 C 8 A8 4E 40
Octal 132 353 317 76 0 14 10 250 116 100
Binary 1011010 11101011 11001111 111110 0 1100 1000 10101000 1001110 1000000

Color Harmonies of #5AEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBCF

Black with #5AEBCF

Text Example


Text Example

White with #5AEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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