#3CF3ED

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

Shades of Turquoise #3CF3ED

Tints of Turquoise #3CF3ED

Color information

#3CF3ED (or 0x3CF3ED) is unknown color: approx Turquoise. HEX triplet: 3C, F3 and ED. RGB value is (60,243,237). Sum of RGB (Red+Green+Blue) = 60+243+237=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF3ED is #C30C12. Grayscale: #BBBBBB. Windows color (decimal): -12782611 or 15594300. OLE color: 15594300.

HSL color Cylindrical-coordinate representation of color #3CF3ED: hue angle of 178.03º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF3ED is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB60243237-
CMYK0.7500.020.05
HSL178.03º88.41%59.41%-
HSV(B)178.03º75.31%95.29%-
XYZ49.271.1891.27-
YUV187.6155.8736.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.11%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=11.11%
G=45%
B=43.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602432370.7500.020.05178.0388.4159.41
Hex3CF3ED4B025b2583b
Octal7436335511302526213073
Binary11110011110011111011011001011010101101100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CF3ED; }

 p { color: rgb(60,243,237); }

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

<style>
 a { background-color: #3CF3ED; }

 a { background-color: rgb(60,243,237); }

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

<style>
 span { border-color: #3CF3ED; }

 span { border-color: rgb(60,243,237); }

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