#42F1B4

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

Shades of Turquoise #42F1B4

Tints of Turquoise #42F1B4

Color information

#42F1B4 (or 0x42F1B4) is unknown color: approx Turquoise. HEX triplet: 42, F1 and B4. RGB value is (66,241,180). Sum of RGB (Red+Green+Blue) = 66+241+180=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1B4 is #BD0E4B. Grayscale: #B5B5B5. Windows color (decimal): -12389964 or 11858242. OLE color: 11858242.

HSL color Cylindrical-coordinate representation of color #42F1B4: hue angle of 159.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1B4 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB66241180-
CMYK0.7300.250.05
HSL159.09º86.21%60.2%-
HSV(B)159.09º72.61%94.51%-
XYZ41.9467.3653.97-
YUV181.72127.0245.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.55%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=13.55%
G=49.49%
B=36.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662411800.7300.250.05159.0986.2160.2
Hex42F1B44901959f563c
Octal102361264111031523712674
Binary100001011110001101101001001001011001101100111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,241,180); }

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

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

 a { background-color: rgb(66,241,180); }

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

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

 span { border-color: rgb(66,241,180); }

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