Html Css Color HEX #35DCDC Turquoise

📋 copy color: '#35DCDC'

red 53 ◦ green 220 ◦ blue 220

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

Shades of Turquoise #35DCDC

Tints of Turquoise #35DCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 10.75%
G = 44.62%
B = 44.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35DCDC (or 0x35DCDC) is known color: Turquoise. HEX triplet: 35, DC and DC. RGB value is (53,220,220). Sum of RGB (Red+Green+Blue) = 53+220+220=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #35DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCDC is #CA2323. Grayscale: #A9A9A9. Windows color (decimal): -13247268 or 14474293. OLE color: 14474293.

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

Color convert

RGB 53 220 220 -
CMYK 0.76 0 0 0.14
HSL 180º 0.7% 0.54% -
HSV(B) 180º 0.76% 0.86% -
XYZ 39.98 57.11 76.63 -
YUV 170.07 156.17 44.5 -
System Red Green Blue C M Y K H S L
Decimal 53 220 220 0.76 0 0 0.14 180 0.7 0.54
Hex 35 DC DC 4C 0 0 E B4 46 36
Octal 65 334 334 114 0 0 16 264 106 66
Binary 110101 11011100 11011100 1001100 0 0 1110 10110100 1000110 110110

Color Harmonies of #35DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCDC

Black with #35DCDC

Text Example


Text Example

White with #35DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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