#6BCDED

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

Shades of Turquoise Blue #6BCDED

Tints of Turquoise Blue #6BCDED

Color information

#6BCDED (or 0x6BCDED) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CD and ED. RGB value is (107,205,237). Sum of RGB (Red+Green+Blue) = 107+205+237=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCDED is #943212. Grayscale: #B3B3B3. Windows color (decimal): -9712147 or 15584619. OLE color: 15584619.

HSL color Cylindrical-coordinate representation of color #6BCDED: hue angle of 194.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCDED is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107205237-
CMYK0.550.1400.07
HSL194.77º78.31%67.45%-
HSV(B)194.77º54.85%92.94%-
XYZ43.1852.988.06-
YUV179.35160.5376.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.49%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=19.49%
G=37.34%
B=43.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072052370.550.1400.07194.7778.3167.45
Hex6BCDED37E07c34e43
Octal153315355671607303116103
Binary11010111100110111101101110111111001111100001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,237); }

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

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

 a { background-color: rgb(107,205,237); }

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

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

 span { border-color: rgb(107,205,237); }

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