#3CE8F1

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

Shades of Turquoise #3CE8F1

Tints of Turquoise #3CE8F1

Color information

#3CE8F1 (or 0x3CE8F1) is unknown color: approx Turquoise. HEX triplet: 3C, E8 and F1. RGB value is (60,232,241). Sum of RGB (Red+Green+Blue) = 60+232+241=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CE8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE8F1 is #C3170E. Grayscale: #B5B5B5. Windows color (decimal): -12785423 or 15853628. OLE color: 15853628.

HSL color Cylindrical-coordinate representation of color #3CE8F1: hue angle of 182.98º degrees, saturation: 0.87, 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 #3CE8F1 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB60232241-
CMYK0.750.0400.05
HSL182.98º86.6%59.02%-
HSV(B)182.98º75.1%94.51%-
XYZ46.665.0293.31-
YUV181.6161.5241.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.26%
GREEN value IS 232 (91.02% from 255) = 43.53%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=11.26%
G=43.53%
B=45.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602322410.750.0400.05182.9886.659.02
Hex3CE8F14B405b7573b
Octal7435036111340526712773
Binary111100111010001111000110010111000101101101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,232,241); }

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

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

 a { background-color: rgb(60,232,241); }

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

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

 span { border-color: rgb(60,232,241); }

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