Html Css Color HEX #35DAC6 Turquoise

📋 copy color: '#35DAC6'

red 53 ◦ green 218 ◦ blue 198

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

Shades of Turquoise #35DAC6

Tints of Turquoise #35DAC6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 198 (77.73% from 255) = 42.22%

R = 11.3%
G = 46.48%
B = 42.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#35DAC6 (or 0x35DAC6) is known color: Turquoise. HEX triplet: 35, DA and C6. RGB value is (53,218,198). Sum of RGB (Red+Green+Blue) = 53+218+198=469 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.30% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #35DAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DAC6 is #CA2539. Grayscale: #A6A6A6. Windows color (decimal): -13247802 or 13031989. OLE color: 13031989.

HSL color Cylindrical-coordinate representation of color #35DAC6: hue angle of 172.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DAC6 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 218 198 -
CMYK 0.76 0 0.09 0.15
HSL 172.73º 0.69% 0.53% -
HSV(B) 172.73º 0.76% 0.85% -
XYZ 36.73 54.98 62.1 -
YUV 166.39 145.84 47.13 -
System Red Green Blue C M Y K H S L
Decimal 53 218 198 0.76 0 0.09 0.15 172.73 0.69 0.53
Hex 35 DA C6 4C 0 9 F AD 45 35
Octal 65 332 306 114 0 11 17 255 105 65
Binary 110101 11011010 11000110 1001100 0 1001 1111 10101101 1000101 110101

Color Harmonies of #35DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DAC6

Black with #35DAC6

Text Example


Text Example

White with #35DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,218,198); }

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

background-color css

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

 a { background-color: rgb(53,218,198); }

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

border-color css

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

 span { border-color: rgb(53,218,198); }

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