Html Css Color HEX #35DCBA Turquoise

📋 copy color: '#35DCBA'

red 53 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #35DCBA

Tints of Turquoise #35DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

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

R = 11.55%
G = 47.93%
B = 40.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#35DCBA (or 0x35DCBA) is known color: Turquoise. HEX triplet: 35, DC and BA. RGB value is (53,220,186). Sum of RGB (Red+Green+Blue) = 53+220+186=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCBA is #CA2345. Grayscale: #A6A6A6. Windows color (decimal): -13247302 or 12246069. OLE color: 12246069.

HSL color Cylindrical-coordinate representation of color #35DCBA: hue angle of 167.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCBA is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 220 186 -
CMYK 0.76 0 0.15 0.14
HSL 167.78º 0.7% 0.54% -
HSV(B) 167.78º 0.76% 0.86% -
XYZ 35.92 55.49 55.27 -
YUV 166.19 139.17 47.26 -
System Red Green Blue C M Y K H S L
Decimal 53 220 186 0.76 0 0.15 0.14 167.78 0.7 0.54
Hex 35 DC BA 4C 0 F E A8 46 36
Octal 65 334 272 114 0 17 16 250 106 66
Binary 110101 11011100 10111010 1001100 0 1111 1110 10101000 1000110 110110

Color Harmonies of #35DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCBA

Black with #35DCBA

Text Example


Text Example

White with #35DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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