#6DE4FA

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

Shades of Turquoise Blue #6DE4FA

Tints of Turquoise Blue #6DE4FA

Color information

#6DE4FA (or 0x6DE4FA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E4 and FA. RGB value is (109,228,250). Sum of RGB (Red+Green+Blue) = 109+228+250=587 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.57% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DE4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE4FA is #921B05. Grayscale: #C2C2C2. Windows color (decimal): -9575174 or 16442477. OLE color: 16442477.

HSL color Cylindrical-coordinate representation of color #6DE4FA: hue angle of 189.36º 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 #6DE4FA is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109228250-
CMYK0.560.0900.02
HSL189.36º93.38%70.39%-
HSV(B)189.36º56.4%98.04%-
XYZ51.3165.64100.41-
YUV194.93159.0866.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.57%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=18.57%
G=38.84%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1092282500.560.0900.02189.3693.3870.39
Hex6DE4FA38902bd5d46
Octal155344372701102275135106
Binary1101101111001001111101011100010010101011110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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