#6DE6FA

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

Shades of Turquoise Blue #6DE6FA

Tints of Turquoise Blue #6DE6FA

Color information

#6DE6FA (or 0x6DE6FA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E6 and FA. RGB value is (109,230,250). Sum of RGB (Red+Green+Blue) = 109+230+250=589 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.51% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DE6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE6FA is #921905. Grayscale: #C3C3C3. Windows color (decimal): -9574662 or 16442989. OLE color: 16442989.

HSL color Cylindrical-coordinate representation of color #6DE6FA: hue angle of 188.51º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DE6FA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109230250-
CMYK0.560.0800.02
HSL188.51º93.38%70.39%-
HSV(B)188.51º56.4%98.04%-
XYZ51.8666.75100.59-
YUV196.1158.4165.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.51%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=18.51%
G=39.05%
B=42.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092302500.560.0800.02188.5193.3870.39
Hex6DE6FA38802bd5d46
Octal155346372701002275135106
Binary1101101111001101111101011100010000101011110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,230,250); }

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

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

 a { background-color: rgb(109,230,250); }

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

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

 span { border-color: rgb(109,230,250); }

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