Html Css Color HEX #35D7D5 Turquoise

📋 copy color: '#35D7D5'

red 53 ◦ green 215 ◦ blue 213

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

Shades of Turquoise #35D7D5

Tints of Turquoise #35D7D5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 11.02%
G = 44.7%
B = 44.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#35D7D5 (or 0x35D7D5) is known color: Turquoise. HEX triplet: 35, D7 and D5. RGB value is (53,215,213). Sum of RGB (Red+Green+Blue) = 53+215+213=481 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.02% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #35D7D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D7D5 is #CA282A. Grayscale: #A6A6A6. Windows color (decimal): -13248555 or 14014261. OLE color: 14014261.

HSL color Cylindrical-coordinate representation of color #35D7D5: hue angle of 179.26º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D7D5 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 215 213 -
CMYK 0.75 0 0.01 0.16
HSL 179.26º 0.67% 0.53% -
HSV(B) 179.26º 0.75% 0.84% -
XYZ 37.78 54.16 71.41 -
YUV 166.33 154.33 47.16 -
System Red Green Blue C M Y K H S L
Decimal 53 215 213 0.75 0 0.01 0.16 179.26 0.67 0.53
Hex 35 D7 D5 4B 0 1 10 B3 43 35
Octal 65 327 325 113 0 1 20 263 103 65
Binary 110101 11010111 11010101 1001011 0 1 10000 10110011 1000011 110101

Color Harmonies of #35D7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D7D5

Black with #35D7D5

Text Example


Text Example

White with #35D7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,215,213); }

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

background-color css

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

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

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

border-color css

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

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

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