Html Css Color HEX #35DCC0 Turquoise

📋 copy color: '#35DCC0'

red 53 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #35DCC0

Tints of Turquoise #35DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 11.4%
G = 47.31%
B = 41.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#35DCC0 (or 0x35DCC0) is known color: Turquoise. HEX triplet: 35, DC and C0. RGB value is (53,220,192). Sum of RGB (Red+Green+Blue) = 53+220+192=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCC0 is #CA233F. Grayscale: #A6A6A6. Windows color (decimal): -13247296 or 12639285. OLE color: 12639285.

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

Color convert

RGB 53 220 192 -
CMYK 0.76 0 0.13 0.14
HSL 169.94º 0.7% 0.54% -
HSV(B) 169.94º 0.76% 0.86% -
XYZ 36.58 55.75 58.7 -
YUV 166.88 142.17 46.78 -
System Red Green Blue C M Y K H S L
Decimal 53 220 192 0.76 0 0.13 0.14 169.94 0.7 0.54
Hex 35 DC C0 4C 0 D E AA 46 36
Octal 65 334 300 114 0 15 16 252 106 66
Binary 110101 11011100 11000000 1001100 0 1101 1110 10101010 1000110 110110

Color Harmonies of #35DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCC0

Black with #35DCC0

Text Example


Text Example

White with #35DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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