Html Css Color HEX #35DCCD Turquoise

📋 copy color: '#35DCCD'

red 53 ◦ green 220 ◦ blue 205

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

Shades of Turquoise #35DCCD

Tints of Turquoise #35DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 11.09%
G = 46.03%
B = 42.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#35DCCD (or 0x35DCCD) is known color: Turquoise. HEX triplet: 35, DC and CD. RGB value is (53,220,205). Sum of RGB (Red+Green+Blue) = 53+220+205=478 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.09% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCCD is #CA2332. Grayscale: #A8A8A8. Windows color (decimal): -13247283 or 13491253. OLE color: 13491253.

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

Color convert

RGB 53 220 205 -
CMYK 0.76 0 0.07 0.14
HSL 174.61º 0.7% 0.54% -
HSV(B) 174.61º 0.76% 0.86% -
XYZ 38.08 56.35 66.63 -
YUV 168.36 148.67 45.72 -
System Red Green Blue C M Y K H S L
Decimal 53 220 205 0.76 0 0.07 0.14 174.61 0.7 0.54
Hex 35 DC CD 4C 0 7 E AF 46 36
Octal 65 334 315 114 0 7 16 257 106 66
Binary 110101 11011100 11001101 1001100 0 111 1110 10101111 1000110 110110

Color Harmonies of #35DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCCD

Black with #35DCCD

Text Example


Text Example

White with #35DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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