#6BD0ED

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

Shades of Turquoise Blue #6BD0ED

Tints of Turquoise Blue #6BD0ED

Color information

#6BD0ED (or 0x6BD0ED) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D0 and ED. RGB value is (107,208,237). Sum of RGB (Red+Green+Blue) = 107+208+237=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BD0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD0ED is #942F12. Grayscale: #B4B4B4. Windows color (decimal): -9711379 or 15585387. OLE color: 15585387.

HSL color Cylindrical-coordinate representation of color #6BD0ED: hue angle of 193.38º 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 #6BD0ED is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107208237-
CMYK0.550.1200.07
HSL193.38º78.31%67.45%-
HSV(B)193.38º54.85%92.94%-
XYZ43.9154.3588.3-
YUV181.11159.5475.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.38%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=19.38%
G=37.68%
B=42.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072082370.550.1200.07193.3878.3167.45
Hex6BD0ED37C07c14e43
Octal153320355671407301116103
Binary11010111101000011101101110111110001111100000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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