#35CFD7

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

Shades of Medium Turquoise #35CFD7

Tints of Medium Turquoise #35CFD7

Color information

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

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

Color convert

RGB53207215-
CMYK0.750.0400.16
HSL182.96º66.94%52.55%-
HSV(B)182.96º75.35%84.31%-
XYZ36.0550.2972.1-
YUV161.87157.9850.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532072150.750.0400.16182.9666.9452.55
Hex35CFD74B4010b74335
Octal65317327113402026710365
Binary11010111001111110101111001011100010000101101111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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