#6DEFE8

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

Shades of Turquoise Blue #6DEFE8

Tints of Turquoise Blue #6DEFE8

Color information

#6DEFE8 (or 0x6DEFE8) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and E8. RGB value is (109,239,232). Sum of RGB (Red+Green+Blue) = 109+239+232=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEFE8 is #921017. Grayscale: #C7C7C7. Windows color (decimal): -9572376 or 15265645. OLE color: 15265645.

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

Color convert

RGB109239232-
CMYK0.5400.030.06
HSL176.77º80.25%68.24%-
HSV(B)176.77º54.39%93.73%-
XYZ51.7470.8187.28-
YUV199.33146.4363.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.79%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 232 (91.02% from 255) = 40%
R=18.79%
G=41.21%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092392320.5400.030.06176.7780.2568.24
Hex6DEFE836036b15044
Octal15535735066036261120104
Binary110110111101111111010001101100111101011000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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