Html Css Color HEX #35DABA Turquoise

📋 copy color: '#35DABA'

red 53 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #35DABA

Tints of Turquoise #35DABA

RGB

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

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

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

R = 11.6%
G = 47.7%
B = 40.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#35DABA (or 0x35DABA) is known color: Turquoise. HEX triplet: 35, DA and BA. RGB value is (53,218,186). Sum of RGB (Red+Green+Blue) = 53+218+186=457 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.60% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #35DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DABA is #CA2545. Grayscale: #A4A4A4. Windows color (decimal): -13247814 or 12245557. OLE color: 12245557.

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

Color convert

RGB 53 218 186 -
CMYK 0.76 0 0.15 0.15
HSL 168.36º 0.69% 0.53% -
HSV(B) 168.36º 0.76% 0.85% -
XYZ 35.4 54.44 55.1 -
YUV 165.02 139.84 48.1 -
System Red Green Blue C M Y K H S L
Decimal 53 218 186 0.76 0 0.15 0.15 168.36 0.69 0.53
Hex 35 DA BA 4C 0 F F A8 45 35
Octal 65 332 272 114 0 17 17 250 105 65
Binary 110101 11011010 10111010 1001100 0 1111 1111 10101000 1000101 110101

Color Harmonies of #35DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DABA

Black with #35DABA

Text Example


Text Example

White with #35DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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