#6DEBEF

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

Shades of Turquoise Blue #6DEBEF

Tints of Turquoise Blue #6DEBEF

Color information

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

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

Color convert

RGB109235239-
CMYK0.540.0200.06
HSL181.85º80.25%68.24%-
HSV(B)181.85º54.39%93.73%-
XYZ51.5968.992.24-
YUV197.78151.2664.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092352390.540.0200.06181.8580.2568.24
Hex6DEBEF36206b65044
Octal15535335766206266120104
Binary110110111101011111011111101101001101011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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