Html Css Color HEX #5AEECE Turquoise

📋 copy color: '#5AEECE'

red 90 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #5AEECE

Tints of Turquoise #5AEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.57%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 16.85%
G = 44.57%
B = 38.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#5AEECE (or 0x5AEECE) is known color: Turquoise. HEX triplet: 5A, EE and CE. RGB value is (90,238,206). Sum of RGB (Red+Green+Blue) = 90+238+206=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEECE is #A51131. Grayscale: #BEBEBE. Windows color (decimal): -10817842 or 13561434. OLE color: 13561434.

HSL color Cylindrical-coordinate representation of color #5AEECE: hue angle of 167.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEECE is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 238 206 -
CMYK 0.62 0 0.13 0.07
HSL 167.03º 0.81% 0.64% -
HSV(B) 167.03º 0.62% 0.93% -
XYZ 45.93 67.78 69.05 -
YUV 190.1 136.97 56.6 -
System Red Green Blue C M Y K H S L
Decimal 90 238 206 0.62 0 0.13 0.07 167.03 0.81 0.64
Hex 5A EE CE 3E 0 D 7 A7 51 40
Octal 132 356 316 76 0 15 7 247 121 100
Binary 1011010 11101110 11001110 111110 0 1101 111 10100111 1010001 1000000

Color Harmonies of #5AEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEECE

Black with #5AEECE

Text Example


Text Example

White with #5AEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,238,206); }

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

background-color css

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

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

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

border-color css

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

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

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