Html Css Color HEX #35EABA Turquoise

📋 copy color: '#35EABA'

red 53 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #35EABA

Tints of Turquoise #35EABA

RGB

 RED value IS 53 (21.09% from 255) = 11.21%

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 11.21%
G = 49.47%
B = 39.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#35EABA (or 0x35EABA) is known color: Turquoise. HEX triplet: 35, EA and BA. RGB value is (53,234,186). Sum of RGB (Red+Green+Blue) = 53+234+186=473 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.21% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #35EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EABA is #CA1545. Grayscale: #AEAEAE. Windows color (decimal): -13243718 or 12249653. OLE color: 12249653.

HSL color Cylindrical-coordinate representation of color #35EABA: hue angle of 164.09º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EABA is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 234 186 -
CMYK 0.77 0 0.21 0.08
HSL 164.09º 0.81% 0.56% -
HSV(B) 164.09º 0.77% 0.92% -
XYZ 39.75 63.15 56.55 -
YUV 174.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 53 234 186 0.77 0 0.21 0.08 164.09 0.81 0.56
Hex 35 EA BA 4D 0 15 8 A4 51 38
Octal 65 352 272 115 0 25 10 244 121 70
Binary 110101 11101010 10111010 1001101 0 10101 1000 10100100 1010001 111000

Color Harmonies of #35EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EABA

Black with #35EABA

Text Example


Text Example

White with #35EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35EABA; }

 p { color: rgb(53,234,186); }

 H1.HeaderClassName
 {
   color: #35EABA;
 }
 .AnyTagClassName
 {
   color: #35EABA;
 }
</style>

background-color css

<style>
 a { background-color: #35EABA; }

 a { background-color: rgb(53,234,186); }

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

border-color css

<style>
 span { border-color: #35EABA; }

 span { border-color: rgb(53,234,186); }

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