Html Css Color HEX #35E3C7 Turquoise

📋 copy color: '#35E3C7'

red 53 ◦ green 227 ◦ blue 199

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

Shades of Turquoise #35E3C7

Tints of Turquoise #35E3C7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.39%

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 11.06%
G = 47.39%
B = 41.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#35E3C7 (or 0x35E3C7) is known color: Turquoise. HEX triplet: 35, E3 and C7. RGB value is (53,227,199). Sum of RGB (Red+Green+Blue) = 53+227+199=479 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.06% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E3C7 is #CA1C38. Grayscale: #ABABAB. Windows color (decimal): -13245497 or 13099829. OLE color: 13099829.

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

Color convert

RGB 53 227 199 -
CMYK 0.77 0 0.12 0.11
HSL 170.34º 0.76% 0.55% -
HSV(B) 170.34º 0.77% 0.89% -
XYZ 39.25 59.82 63.51 -
YUV 171.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 53 227 199 0.77 0 0.12 0.11 170.34 0.76 0.55
Hex 35 E3 C7 4D 0 C B AA 4C 37
Octal 65 343 307 115 0 14 13 252 114 67
Binary 110101 11100011 11000111 1001101 0 1100 1011 10101010 1001100 110111

Color Harmonies of #35E3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E3C7

Black with #35E3C7

Text Example


Text Example

White with #35E3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,227,199); }

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

background-color css

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

 a { background-color: rgb(53,227,199); }

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

border-color css

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

 span { border-color: rgb(53,227,199); }

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