#42E3F3

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

Shades of Turquoise #42E3F3

Tints of Turquoise #42E3F3

Color information

#42E3F3 (or 0x42E3F3) is unknown color: approx Turquoise. HEX triplet: 42, E3 and F3. RGB value is (66,227,243). Sum of RGB (Red+Green+Blue) = 66+227+243=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #42E3F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E3F3 is #BD1C0C. Grayscale: #B4B4B4. Windows color (decimal): -12393485 or 15983426. OLE color: 15983426.

HSL color Cylindrical-coordinate representation of color #42E3F3: hue angle of 185.42º 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 #42E3F3 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66227243-
CMYK0.730.0700.05
HSL185.42º88.06%60.59%-
HSV(B)185.42º72.84%95.29%-
XYZ45.8962.5794.45-
YUV180.68163.1646.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.31%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 243 (95.31% from 255) = 45.34%
R=12.31%
G=42.35%
B=45.34%

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
Decimal662272430.730.0700.05185.4288.0660.59
Hex42E3F349705b9583d
Octal10234336311170527113075
Binary1000010111000111111001110010011110101101110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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