#6DE0F7

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

Shades of Turquoise Blue #6DE0F7

Tints of Turquoise Blue #6DE0F7

Color information

#6DE0F7 (or 0x6DE0F7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E0 and F7. RGB value is (109,224,247). Sum of RGB (Red+Green+Blue) = 109+224+247=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #6DE0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE0F7 is #921F08. Grayscale: #C0C0C0. Windows color (decimal): -9576201 or 16244845. OLE color: 16244845.

HSL color Cylindrical-coordinate representation of color #6DE0F7: hue angle of 190º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DE0F7 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB109224247-
CMYK0.560.0900.03
HSL190º89.61%69.8%-
HSV(B)190º55.87%96.86%-
XYZ49.7563.2897.59-
YUV192.24158.968.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.79%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=18.79%
G=38.62%
B=42.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1092242470.560.0900.0319089.6169.8
Hex6DE0F738903be5a46
Octal155340367701103276132106
Binary1101101111000001111011111100010010111011111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,224,247); }

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

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

 a { background-color: rgb(109,224,247); }

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

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

 span { border-color: rgb(109,224,247); }

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