Html Css Color HEX #35D7C4 Turquoise

📋 copy color: '#35D7C4'

red 53 ◦ green 215 ◦ blue 196

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

Shades of Turquoise #35D7C4

Tints of Turquoise #35D7C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.24%

R = 11.42%
G = 46.34%
B = 42.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#35D7C4 (or 0x35D7C4) is known color: Turquoise. HEX triplet: 35, D7 and C4. RGB value is (53,215,196). Sum of RGB (Red+Green+Blue) = 53+215+196=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #35D7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D7C4 is #CA283B. Grayscale: #A4A4A4. Windows color (decimal): -13248572 or 12900149. OLE color: 12900149.

HSL color Cylindrical-coordinate representation of color #35D7C4: hue angle of 172.96º 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 #35D7C4 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 215 196 -
CMYK 0.75 0 0.09 0.16
HSL 172.96º 0.67% 0.53% -
HSV(B) 172.96º 0.75% 0.84% -
XYZ 35.73 53.34 60.64 -
YUV 164.4 145.83 48.54 -
System Red Green Blue C M Y K H S L
Decimal 53 215 196 0.75 0 0.09 0.16 172.96 0.67 0.53
Hex 35 D7 C4 4B 0 9 10 AD 43 35
Octal 65 327 304 113 0 11 20 255 103 65
Binary 110101 11010111 11000100 1001011 0 1001 10000 10101101 1000011 110101

Color Harmonies of #35D7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D7C4

Black with #35D7C4

Text Example


Text Example

White with #35D7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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