#42E2F3

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

Shades of Turquoise #42E2F3

Tints of Turquoise #42E2F3

Color information

#42E2F3 (or 0x42E2F3) is unknown color: approx Turquoise. HEX triplet: 42, E2 and F3. RGB value is (66,226,243). Sum of RGB (Red+Green+Blue) = 66+226+243=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #42E2F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2F3 is #BD1D0C. Grayscale: #B3B3B3. Windows color (decimal): -12393741 or 15983170. OLE color: 15983170.

HSL color Cylindrical-coordinate representation of color #42E2F3: hue angle of 185.76º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E2F3 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66226243-
CMYK0.730.0700.05
HSL185.76º88.06%60.59%-
HSV(B)185.76º72.84%95.29%-
XYZ45.6262.0294.36-
YUV180.1163.4946.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.34%
GREEN value IS 226 (88.67% from 255) = 42.24%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=12.34%
G=42.24%
B=45.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662262430.730.0700.05185.7688.0660.59
Hex42E2F349705ba583d
Octal10234236311170527213075
Binary1000010111000101111001110010011110101101110101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,226,243); }

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

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

 a { background-color: rgb(66,226,243); }

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

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

 span { border-color: rgb(66,226,243); }

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