#6BDCED

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

Shades of Turquoise Blue #6BDCED

Tints of Turquoise Blue #6BDCED

Color information

#6BDCED (or 0x6BDCED) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DC and ED. RGB value is (107,220,237). Sum of RGB (Red+Green+Blue) = 107+220+237=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCED is #942312. Grayscale: #BBBBBB. Windows color (decimal): -9708307 or 15588459. OLE color: 15588459.

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

Color convert

RGB107220237-
CMYK0.550.0700.07
HSL187.85º78.31%67.45%-
HSV(B)187.85º54.85%92.94%-
XYZ46.9460.4389.31-
YUV188.15155.5670.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.97%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=18.97%
G=39.01%
B=42.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072202370.550.0700.07187.8578.3167.45
Hex6BDCED37707bc4e43
Octal15333435567707274116103
Binary1101011110111001110110111011111101111011110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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