#3CEEF7

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

Shades of Turquoise #3CEEF7

Tints of Turquoise #3CEEF7

Color information

#3CEEF7 (or 0x3CEEF7) is unknown color: approx Turquoise. HEX triplet: 3C, EE and F7. RGB value is (60,238,247). Sum of RGB (Red+Green+Blue) = 60+238+247=545 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.01% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #3CEEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEEF7 is #C31108. Grayscale: #B9B9B9. Windows color (decimal): -12783881 or 16248380. OLE color: 16248380.

HSL color Cylindrical-coordinate representation of color #3CEEF7: hue angle of 182.89º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEEF7 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB60238247-
CMYK0.760.0400.03
HSL182.89º92.12%60.2%-
HSV(B)182.89º75.71%96.86%-
XYZ49.2368.8398.69-
YUV185.8162.5338.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.01%
GREEN value IS 238 (93.36% from 255) = 43.67%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=11.01%
G=43.67%
B=45.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal602382470.760.0400.03182.8992.1260.2
Hex3CEEF74C403b75c3c
Octal7435636711440326713474
Binary11110011101110111101111001100100011101101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,238,247); }

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

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

 a { background-color: rgb(60,238,247); }

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

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

 span { border-color: rgb(60,238,247); }

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