#3CF7EE

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

Shades of Turquoise #3CF7EE

Tints of Turquoise #3CF7EE

Color information

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

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

Color convert

RGB60247238-
CMYK0.7600.040.03
HSL177.11º92.12%60.2%-
HSV(B)177.11º75.71%96.86%-
XYZ50.5673.6692.44-
YUV190.06155.0535.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal602472380.7600.040.03177.1192.1260.2
Hex3CF7EE4C043b15c3c
Octal7436735611404326113474
Binary11110011110111111011101001100010011101100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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