#42DFF6

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

Shades of Turquoise #42DFF6

Tints of Turquoise #42DFF6

Color information

#42DFF6 (or 0x42DFF6) is unknown color: approx Turquoise. HEX triplet: 42, DF and F6. RGB value is (66,223,246). Sum of RGB (Red+Green+Blue) = 66+223+246=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #42DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFF6 is #BD2009. Grayscale: #B2B2B2. Windows color (decimal): -12394506 or 16179010. OLE color: 16179010.

HSL color Cylindrical-coordinate representation of color #42DFF6: hue angle of 187.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DFF6 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66223246-
CMYK0.730.0900.04
HSL187.67º90.91%61.18%-
HSV(B)187.67º73.17%96.47%-
XYZ45.2760.5996.5-
YUV178.68165.9947.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.34%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 246 (96.48% from 255) = 45.98%
R=12.34%
G=41.68%
B=45.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662232460.730.0900.04187.6790.9161.18
Hex42DFF649904bc5b3d
Octal102337366111110427413375
Binary10000101101111111110110100100110010100101111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,223,246); }

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

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

 a { background-color: rgb(66,223,246); }

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

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

 span { border-color: rgb(66,223,246); }

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