#3CEAEB

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

Shades of Turquoise #3CEAEB

Tints of Turquoise #3CEAEB

Color information

#3CEAEB (or 0x3CEAEB) is unknown color: approx Turquoise. HEX triplet: 3C, EA and EB. RGB value is (60,234,235). Sum of RGB (Red+Green+Blue) = 60+234+235=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CEAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEAEB is #C31514. Grayscale: #B5B5B5. Windows color (decimal): -12784917 or 15460924. OLE color: 15460924.

HSL color Cylindrical-coordinate representation of color #3CEAEB: hue angle of 180.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEAEB is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB60234235-
CMYK0.740.0000.08
HSL180.34º81.4%57.84%-
HSV(B)180.34º74.47%92.16%-
XYZ46.2865.888.86-
YUV182.09157.8540.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.34%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=11.34%
G=44.23%
B=44.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal602342350.740.0000.08180.3481.457.84
Hex3CEAEB4A008b4513a
Octal74352353112001026412172
Binary11110011101010111010111001010001000101101001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,234,235); }

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

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

 a { background-color: rgb(60,234,235); }

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

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

 span { border-color: rgb(60,234,235); }

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