#42DAFF

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

Shades of Turquoise Blue #42DAFF

Tints of Turquoise Blue #42DAFF

Color information

#42DAFF (or 0x42DAFF) is unknown color: approx Turquoise Blue. HEX triplet: 42, DA and FF. RGB value is (66,218,255). Sum of RGB (Red+Green+Blue) = 66+218+255=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #42DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DAFF is #BD2500. Grayscale: #B0B0B0. Windows color (decimal): -12395777 or 16767554. OLE color: 16767554.

HSL color Cylindrical-coordinate representation of color #42DAFF: hue angle of 191.75º 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 #42DAFF is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66218255-
CMYK0.740.1500
HSL191.75º100%62.94%-
HSV(B)191.75º74.12%100%-
XYZ45.3758.52103.51-
YUV176.77172.1448.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.24%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 255 (100% from 255) = 47.31%
R=12.24%
G=40.45%
B=47.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662182550.740.1500191.7510062.94
Hex42DAFF4AF00c0643f
Octal102332377112170030014477
Binary100001011011010111111111001010111100110000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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