#35D7CF

Color #35D7CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #35D7CF

Tints of Turquoise #35D7CF

Color information

#35D7CF (or 0x35D7CF) is unknown color: approx Turquoise. HEX triplet: 35, D7 and CF. RGB value is (53,215,207). Sum of RGB (Red+Green+Blue) = 53+215+207=475 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.16% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #35D7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D7CF is #CA2830. Grayscale: #A5A5A5. Windows color (decimal): -13248561 or 13621045. OLE color: 13621045.

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

Color convert

RGB53215207-
CMYK0.7500.040.16
HSL177.04º66.94%52.55%-
HSV(B)177.04º75.35%84.31%-
XYZ37.0353.8667.48-
YUV165.65151.3347.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.16%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=11.16%
G=45.26%
B=43.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532152070.7500.040.16177.0466.9452.55
Hex35D7CF4B0410b14335
Octal65327317113042026110365
Binary11010111010111110011111001011010010000101100011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35D7CF;
 }
 .AnyTagClassName
 {
   color: #35D7CF;
 }
</style>
background-color css

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

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

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

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

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

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