#6BEDDC

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

Shades of Turquoise Blue #6BEDDC

Tints of Turquoise Blue #6BEDDC

Color information

#6BEDDC (or 0x6BEDDC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, ED and DC. RGB value is (107,237,220). Sum of RGB (Red+Green+Blue) = 107+237+220=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDDC is #941223. Grayscale: #C4C4C4. Windows color (decimal): -9703972 or 14478699. OLE color: 14478699.

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

Color convert

RGB107237220-
CMYK0.5500.070.07
HSL172.15º78.31%67.45%-
HSV(B)172.15º54.85%92.94%-
XYZ49.2768.8678.41-
YUV196.19141.4364.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072372200.5500.070.07172.1578.3167.45
Hex6BEDDC37077ac4e43
Octal15335533467077254116103
Binary1101011111011011101110011011101111111010110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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