Html Css Color HEX #35ECC2 Turquoise

📋 copy color: '#35ECC2'

red 53 ◦ green 236 ◦ blue 194

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

Shades of Turquoise #35ECC2

Tints of Turquoise #35ECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

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

R = 10.97%
G = 48.86%
B = 40.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#35ECC2 (or 0x35ECC2) is known color: Turquoise. HEX triplet: 35, EC and C2. RGB value is (53,236,194). Sum of RGB (Red+Green+Blue) = 53+236+194=483 (63% of max value = 765). Red value is 53 (21.09% from 255 or 10.97% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #35ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35ECC2 is #CA133D. Grayscale: #B0B0B0. Windows color (decimal): -13243198 or 12774453. OLE color: 12774453.

HSL color Cylindrical-coordinate representation of color #35ECC2: hue angle of 166.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ECC2 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 236 194 -
CMYK 0.78 0 0.18 0.07
HSL 166.23º 0.83% 0.57% -
HSV(B) 166.23º 0.78% 0.93% -
XYZ 41.2 64.64 61.34 -
YUV 176.5 137.87 39.92 -
System Red Green Blue C M Y K H S L
Decimal 53 236 194 0.78 0 0.18 0.07 166.23 0.83 0.57
Hex 35 EC C2 4E 0 12 7 A6 53 39
Octal 65 354 302 116 0 22 7 246 123 71
Binary 110101 11101100 11000010 1001110 0 10010 111 10100110 1010011 111001

Color Harmonies of #35ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ECC2

Black with #35ECC2

Text Example


Text Example

White with #35ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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