#42DDFF

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

Shades of Turquoise Blue #42DDFF

Tints of Turquoise Blue #42DDFF

Color information

#42DDFF (or 0x42DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 42, DD and FF. RGB value is (66,221,255). Sum of RGB (Red+Green+Blue) = 66+221+255=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #42DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDFF is #BD2200. Grayscale: #B2B2B2. Windows color (decimal): -12395009 or 16768322. OLE color: 16768322.

HSL color Cylindrical-coordinate representation of color #42DDFF: hue angle of 190.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DDFF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66221255-
CMYK0.740.1300
HSL190.79º100%62.94%-
HSV(B)190.79º74.12%100%-
XYZ46.1560.09103.77-
YUV178.53171.1547.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.18%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 255 (100% from 255) = 47.05%
R=12.18%
G=40.77%
B=47.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662212550.740.1300190.7910062.94
Hex42DDFF4AD00bf643f
Octal102335377112150027714477
Binary100001011011101111111111001010110100101111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,221,255); }

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

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

 a { background-color: rgb(66,221,255); }

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

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

 span { border-color: rgb(66,221,255); }

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