#3CECF3

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

Shades of Turquoise #3CECF3

Tints of Turquoise #3CECF3

Color information

#3CECF3 (or 0x3CECF3) is unknown color: approx Turquoise. HEX triplet: 3C, EC and F3. RGB value is (60,236,243). Sum of RGB (Red+Green+Blue) = 60+236+243=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #3CECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECF3 is #C3130C. Grayscale: #B7B7B7. Windows color (decimal): -12784397 or 15985724. OLE color: 15985724.

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

Color convert

RGB60236243-
CMYK0.750.0300.05
HSL182.3º88.41%59.41%-
HSV(B)182.3º75.31%95.29%-
XYZ48.0467.4295.28-
YUV184.17161.1939.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.13%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=11.13%
G=43.78%
B=45.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602362430.750.0300.05182.388.4159.41
Hex3CECF34B305b6583b
Octal7435436311330526613073
Binary11110011101100111100111001011110101101101101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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