Html Css Color HEX #35E1BA Turquoise

📋 copy color: '#35E1BA'

red 53 ◦ green 225 ◦ blue 186

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

Shades of Turquoise #35E1BA

Tints of Turquoise #35E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.49%

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

R = 11.42%
G = 48.49%
B = 40.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#35E1BA (or 0x35E1BA) is known color: Turquoise. HEX triplet: 35, E1 and BA. RGB value is (53,225,186). Sum of RGB (Red+Green+Blue) = 53+225+186=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #35E1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E1BA is #CA1E45. Grayscale: #A9A9A9. Windows color (decimal): -13246022 or 12247349. OLE color: 12247349.

HSL color Cylindrical-coordinate representation of color #35E1BA: hue angle of 166.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E1BA is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 225 186 -
CMYK 0.76 0 0.17 0.12
HSL 166.4º 0.74% 0.55% -
HSV(B) 166.4º 0.76% 0.88% -
XYZ 37.26 58.15 55.72 -
YUV 169.13 137.52 45.17 -
System Red Green Blue C M Y K H S L
Decimal 53 225 186 0.76 0 0.17 0.12 166.4 0.74 0.55
Hex 35 E1 BA 4C 0 11 C A6 4A 37
Octal 65 341 272 114 0 21 14 246 112 67
Binary 110101 11100001 10111010 1001100 0 10001 1100 10100110 1001010 110111

Color Harmonies of #35E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E1BA

Black with #35E1BA

Text Example


Text Example

White with #35E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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