#6DEBE5

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

Shades of Turquoise Blue #6DEBE5

Tints of Turquoise Blue #6DEBE5

Color information

#6DEBE5 (or 0x6DEBE5) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EB and E5. RGB value is (109,235,229). Sum of RGB (Red+Green+Blue) = 109+235+229=573 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.02% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBE5 is #92141A. Grayscale: #C4C4C4. Windows color (decimal): -9573403 or 15068013. OLE color: 15068013.

HSL color Cylindrical-coordinate representation of color #6DEBE5: hue angle of 177.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBE5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB109235229-
CMYK0.5400.030.08
HSL177.14º75.9%67.45%-
HSV(B)177.14º53.62%92.16%-
XYZ50.1668.3384.67-
YUV196.64146.2665.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.02%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 229 (89.84% from 255) = 39.97%
R=19.02%
G=41.01%
B=39.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092352290.5400.030.08177.1475.967.45
Hex6DEBE536038b14c43
Octal155353345660310261114103
Binary1101101111010111110010111011001110001011000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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