#42F4F7

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

Shades of Turquoise #42F4F7

Tints of Turquoise #42F4F7

Color information

#42F4F7 (or 0x42F4F7) is unknown color: approx Turquoise. HEX triplet: 42, F4 and F7. RGB value is (66,244,247). Sum of RGB (Red+Green+Blue) = 66+244+247=557 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.85% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #42F4F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F4F7 is #BD0B08. Grayscale: #BEBEBE. Windows color (decimal): -12389129 or 16249922. OLE color: 16249922.

HSL color Cylindrical-coordinate representation of color #42F4F7: hue angle of 180.99º 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 #42F4F7 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB66244247-
CMYK0.730.0100.03
HSL180.99º91.88%61.37%-
HSV(B)180.99º73.28%96.86%-
XYZ51.3972.5899.3-
YUV191.12159.5338.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.85%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=11.85%
G=43.81%
B=44.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662442470.730.0100.03180.9991.8861.37
Hex42F4F749103b55c3d
Octal10236436711110326513475
Binary1000010111101001111011110010011011101101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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