Html Css Color HEX #35D4DC Turquoise

📋 copy color: '#35D4DC'

red 53 ◦ green 212 ◦ blue 220

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

Shades of Turquoise #35D4DC

Tints of Turquoise #35D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 10.93%
G = 43.71%
B = 45.36%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35D4DC (or 0x35D4DC) is known color: Turquoise. HEX triplet: 35, D4 and DC. RGB value is (53,212,220). Sum of RGB (Red+Green+Blue) = 53+212+220=485 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.93% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #35D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D4DC is #CA2B23. Grayscale: #A5A5A5. Windows color (decimal): -13249316 or 14472245. OLE color: 14472245.

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

Color convert

RGB 53 212 220 -
CMYK 0.76 0.04 0 0.14
HSL 182.87º 0.7% 0.54% -
HSV(B) 182.87º 0.76% 0.86% -
XYZ 37.93 53.01 75.94 -
YUV 165.37 158.82 47.85 -
System Red Green Blue C M Y K H S L
Decimal 53 212 220 0.76 0.04 0 0.14 182.87 0.7 0.54
Hex 35 D4 DC 4C 4 0 E B7 46 36
Octal 65 324 334 114 4 0 16 267 106 66
Binary 110101 11010100 11011100 1001100 100 0 1110 10110111 1000110 110110

Color Harmonies of #35D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D4DC

Black with #35D4DC

Text Example


Text Example

White with #35D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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