#42EDBC

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

Shades of Turquoise #42EDBC

Tints of Turquoise #42EDBC

Color information

#42EDBC (or 0x42EDBC) is unknown color: approx Turquoise. HEX triplet: 42, ED and BC. RGB value is (66,237,188). Sum of RGB (Red+Green+Blue) = 66+237+188=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EDBC is #BD1243. Grayscale: #B4B4B4. Windows color (decimal): -12390980 or 12381506. OLE color: 12381506.

HSL color Cylindrical-coordinate representation of color #42EDBC: hue angle of 162.81º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EDBC is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB66237188-
CMYK0.7200.210.07
HSL162.81º82.61%59.41%-
HSV(B)162.81º72.15%92.94%-
XYZ41.6165.3658-
YUV180.29132.3546.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.44%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=13.44%
G=48.27%
B=38.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal662371880.7200.210.07162.8182.6159.41
Hex42EDBC480157a3533b
Octal102355274110025724312373
Binary100001011101101101111001001000010101111101000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,237,188); }

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

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

 a { background-color: rgb(66,237,188); }

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

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

 span { border-color: rgb(66,237,188); }

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