#6DEEEF

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

Shades of Turquoise Blue #6DEEEF

Tints of Turquoise Blue #6DEEEF

Color information

#6DEEEF (or 0x6DEEEF) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EE and EF. RGB value is (109,238,239). Sum of RGB (Red+Green+Blue) = 109+238+239=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEEF is #921110. Grayscale: #C7C7C7. Windows color (decimal): -9572625 or 15724141. OLE color: 15724141.

HSL color Cylindrical-coordinate representation of color #6DEEEF: hue angle of 180.46º 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 #6DEEEF is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109238239-
CMYK0.540.0000.06
HSL180.46º80.25%68.24%-
HSV(B)180.46º54.39%93.73%-
XYZ52.4670.6392.53-
YUV199.54150.2663.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.60%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=18.60%
G=40.61%
B=40.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092382390.540.0000.06180.4680.2568.24
Hex6DEEEF36006b45044
Octal15535635766006264120104
Binary11011011110111011101111110110001101011010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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