#42D5FB

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

Shades of Turquoise Blue #42D5FB

Tints of Turquoise Blue #42D5FB

Color information

#42D5FB (or 0x42D5FB) is unknown color: approx Turquoise Blue. HEX triplet: 42, D5 and FB. RGB value is (66,213,251). Sum of RGB (Red+Green+Blue) = 66+213+251=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #42D5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D5FB is #BD2A04. Grayscale: #ADADAD. Windows color (decimal): -12397061 or 16504130. OLE color: 16504130.

HSL color Cylindrical-coordinate representation of color #42D5FB: hue angle of 192.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D5FB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66213251-
CMYK0.740.1500.02
HSL192.32º95.85%62.16%-
HSV(B)192.32º73.71%98.43%-
XYZ43.4555.7199.73-
YUV173.38171.851.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.45%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=12.45%
G=40.19%
B=47.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662132510.740.1500.02192.3295.8562.16
Hex42D5FB4AF02c0603e
Octal102325373112170230014076
Binary1000010110101011111101110010101111010110000001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,251); }

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

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

 a { background-color: rgb(66,213,251); }

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

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

 span { border-color: rgb(66,213,251); }

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