#6DE8F1

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

Shades of Turquoise Blue #6DE8F1

Tints of Turquoise Blue #6DE8F1

Color information

#6DE8F1 (or 0x6DE8F1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E8 and F1. RGB value is (109,232,241). Sum of RGB (Red+Green+Blue) = 109+232+241=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DE8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE8F1 is #92170E. Grayscale: #C4C4C4. Windows color (decimal): -9574159 or 15853677. OLE color: 15853677.

HSL color Cylindrical-coordinate representation of color #6DE8F1: hue angle of 184.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DE8F1 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109232241-
CMYK0.550.0400.05
HSL184.09º82.5%68.63%-
HSV(B)184.09º54.77%94.51%-
XYZ51.0467.3293.52-
YUV196.25153.2565.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.73%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=18.73%
G=39.86%
B=41.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092322410.550.0400.05184.0982.568.63
Hex6DE8F137405b85245
Octal15535036167405270122105
Binary1101101111010001111000111011110001011011100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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