#3CE8FF

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

Shades of Turquoise #3CE8FF

Tints of Turquoise #3CE8FF

Color information

#3CE8FF (or 0x3CE8FF) is unknown color: approx Turquoise. HEX triplet: 3C, E8 and FF. RGB value is (60,232,255). Sum of RGB (Red+Green+Blue) = 60+232+255=547 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.97% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CE8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE8FF is #C31700. Grayscale: #B6B6B6. Windows color (decimal): -12785409 or 16771132. OLE color: 16771132.

HSL color Cylindrical-coordinate representation of color #3CE8FF: hue angle of 187.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE8FF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60232255-
CMYK0.760.0900
HSL187.08º100%61.76%-
HSV(B)187.08º76.47%100%-
XYZ48.7765.89104.76-
YUV183.19168.5240.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 10.97%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 255 (100% from 255) = 46.62%
R=10.97%
G=42.41%
B=46.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602322550.760.0900187.0810061.76
Hex3CE8FF4C900bb643e
Octal74350377114110027314476
Binary11110011101000111111111001100100100101110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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