Html Css Color HEX #35E6C2 Turquoise

📋 copy color: '#35E6C2'

red 53 ◦ green 230 ◦ blue 194

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

Shades of Turquoise #35E6C2

Tints of Turquoise #35E6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.22%

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 11.11%
G = 48.22%
B = 40.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#35E6C2 (or 0x35E6C2) is known color: Turquoise. HEX triplet: 35, E6 and C2. RGB value is (53,230,194). Sum of RGB (Red+Green+Blue) = 53+230+194=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E6C2 is #CA193D. Grayscale: #ACACAC. Windows color (decimal): -13244734 or 12772917. OLE color: 12772917.

HSL color Cylindrical-coordinate representation of color #35E6C2: hue angle of 167.8º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6C2 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 194 -
CMYK 0.77 0 0.16 0.10
HSL 167.8º 0.78% 0.55% -
HSV(B) 167.8º 0.77% 0.9% -
XYZ 39.5 61.25 60.78 -
YUV 172.97 139.86 42.43 -
System Red Green Blue C M Y K H S L
Decimal 53 230 194 0.77 0 0.16 0.10 167.8 0.78 0.55
Hex 35 E6 C2 4D 0 10 A A8 4E 37
Octal 65 346 302 115 0 20 12 250 116 67
Binary 110101 11100110 11000010 1001101 0 10000 1010 10101000 1001110 110111

Color Harmonies of #35E6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E6C2

Black with #35E6C2

Text Example


Text Example

White with #35E6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,230,194); }

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

background-color css

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

 a { background-color: rgb(53,230,194); }

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

border-color css

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

 span { border-color: rgb(53,230,194); }

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