#42FBEE

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

Shades of Turquoise #42FBEE

Tints of Turquoise #42FBEE

Color information

#42FBEE (or 0x42FBEE) is unknown color: approx Turquoise. HEX triplet: 42, FB and EE. RGB value is (66,251,238). Sum of RGB (Red+Green+Blue) = 66+251+238=555 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.89% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBEE is #BD0411. Grayscale: #C2C2C2. Windows color (decimal): -12387346 or 15661890. OLE color: 15661890.

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

Color convert

RGB66251238-
CMYK0.7400.050.02
HSL175.78º95.85%62.16%-
HSV(B)175.78º73.71%98.43%-
XYZ52.1876.3392.87-
YUV194.2152.7136.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.89%
GREEN value IS 251 (98.44% from 255) = 45.23%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=11.89%
G=45.23%
B=42.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662512380.7400.050.02175.7895.8562.16
Hex42FBEE4A052b0603e
Octal10237335611205226014076
Binary100001011111011111011101001010010110101100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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