#42D5F4

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

Shades of Turquoise #42D5F4

Tints of Turquoise #42D5F4

Color information

#42D5F4 (or 0x42D5F4) is unknown color: approx Turquoise. HEX triplet: 42, D5 and F4. RGB value is (66,213,244). Sum of RGB (Red+Green+Blue) = 66+213+244=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #42D5F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D5F4 is #BD2A0B. Grayscale: #ACACAC. Windows color (decimal): -12397068 or 16045378. OLE color: 16045378.

HSL color Cylindrical-coordinate representation of color #42D5F4: hue angle of 190.45º degrees, saturation: 0.89, 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 #42D5F4 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66213244-
CMYK0.730.1300.04
HSL190.45º89%60.78%-
HSV(B)190.45º72.95%95.69%-
XYZ42.3755.2894.02-
YUV172.58168.351.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.62%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=12.62%
G=40.73%
B=46.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662132440.730.1300.04190.458960.78
Hex42D5F449D04be593d
Octal102325364111150427613175
Binary10000101101010111110100100100111010100101111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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