#42F7C3

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

Shades of Turquoise #42F7C3

Tints of Turquoise #42F7C3

Color information

#42F7C3 (or 0x42F7C3) is unknown color: approx Turquoise. HEX triplet: 42, F7 and C3. RGB value is (66,247,195). Sum of RGB (Red+Green+Blue) = 66+247+195=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7C3 is #BD083C. Grayscale: #BABABA. Windows color (decimal): -12388413 or 12842818. OLE color: 12842818.

HSL color Cylindrical-coordinate representation of color #42F7C3: hue angle of 162.76º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7C3 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB66247195-
CMYK0.7300.210.03
HSL162.76º91.88%61.37%-
HSV(B)162.76º73.28%96.86%-
XYZ45.3671.6263.06-
YUV186.95132.5341.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.99%
GREEN value IS 247 (96.88% from 255) = 48.62%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=12.99%
G=48.62%
B=38.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662471950.7300.210.03162.7691.8861.37
Hex42F7C3490153a35c3d
Octal102367303111025324313475
Binary10000101111011111000011100100101010111101000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42F7C3; }

 p { color: rgb(66,247,195); }

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

<style>
 a { background-color: #42F7C3; }

 a { background-color: rgb(66,247,195); }

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

<style>
 span { border-color: #42F7C3; }

 span { border-color: rgb(66,247,195); }

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