#6DEFEB

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

Shades of Turquoise Blue #6DEFEB

Tints of Turquoise Blue #6DEFEB

Color information

#6DEFEB (or 0x6DEFEB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and EB. RGB value is (109,239,235). Sum of RGB (Red+Green+Blue) = 109+239+235=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEFEB is #921014. Grayscale: #C7C7C7. Windows color (decimal): -9572373 or 15462253. OLE color: 15462253.

HSL color Cylindrical-coordinate representation of color #6DEFEB: hue angle of 178.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEFEB is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB109239235-
CMYK0.5400.020.06
HSL178.15º80.25%68.24%-
HSV(B)178.15º54.39%93.73%-
XYZ52.1770.9889.55-
YUV199.67147.9363.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.70%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=18.70%
G=40.99%
B=40.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092392350.5400.020.06178.1580.2568.24
Hex6DEFEB36026b25044
Octal15535735366026262120104
Binary110110111101111111010111101100101101011001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DEFEB; }

 p { color: rgb(109,239,235); }

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

<style>
 a { background-color: #6DEFEB; }

 a { background-color: rgb(109,239,235); }

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

<style>
 span { border-color: #6DEFEB; }

 span { border-color: rgb(109,239,235); }

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