Html Css Color HEX #35DACB Turquoise

📋 copy color: '#35DACB'

red 53 ◦ green 218 ◦ blue 203

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

Shades of Turquoise #35DACB

Tints of Turquoise #35DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 11.18%
G = 45.99%
B = 42.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#35DACB (or 0x35DACB) is known color: Turquoise. HEX triplet: 35, DA and CB. RGB value is (53,218,203). Sum of RGB (Red+Green+Blue) = 53+218+203=474 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.18% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #35DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DACB is #CA2534. Grayscale: #A6A6A6. Windows color (decimal): -13247797 or 13359669. OLE color: 13359669.

HSL color Cylindrical-coordinate representation of color #35DACB: hue angle of 174.55º 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 #35DACB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 218 203 -
CMYK 0.76 0 0.07 0.15
HSL 174.55º 0.69% 0.53% -
HSV(B) 174.55º 0.76% 0.85% -
XYZ 37.32 55.21 65.19 -
YUV 166.96 148.34 46.72 -
System Red Green Blue C M Y K H S L
Decimal 53 218 203 0.76 0 0.07 0.15 174.55 0.69 0.53
Hex 35 DA CB 4C 0 7 F AF 45 35
Octal 65 332 313 114 0 7 17 257 105 65
Binary 110101 11011010 11001011 1001100 0 111 1111 10101111 1000101 110101

Color Harmonies of #35DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DACB

Black with #35DACB

Text Example


Text Example

White with #35DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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