#3CF3F8

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

Shades of Turquoise #3CF3F8

Tints of Turquoise #3CF3F8

Color information

#3CF3F8 (or 0x3CF3F8) is unknown color: approx Turquoise. HEX triplet: 3C, F3 and F8. RGB value is (60,243,248). Sum of RGB (Red+Green+Blue) = 60+243+248=551 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.89% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #3CF3F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF3F8 is #C30C07. Grayscale: #BCBCBC. Windows color (decimal): -12782600 or 16315196. OLE color: 16315196.

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

Color convert

RGB60243248-
CMYK0.760.0200.03
HSL181.6º93.07%60.39%-
HSV(B)181.6º75.81%97.25%-
XYZ50.8671.8499.99-
YUV188.85161.3736.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 10.89%
GREEN value IS 243 (95.31% from 255) = 44.10%
BLUE value IS 248 (97.27% from 255) = 45.01%
R=10.89%
G=44.10%
B=45.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal602432480.760.0200.03181.693.0760.39
Hex3CF3F84C203b65d3c
Octal7436337011420326613574
Binary1111001111001111111000100110010011101101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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