#6DDCEE

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

Shades of Turquoise Blue #6DDCEE

Tints of Turquoise Blue #6DDCEE

Color information

#6DDCEE (or 0x6DDCEE) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DC and EE. RGB value is (109,220,238). Sum of RGB (Red+Green+Blue) = 109+220+238=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DDCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCEE is #922311. Grayscale: #BCBCBC. Windows color (decimal): -9577234 or 15653997. OLE color: 15653997.

HSL color Cylindrical-coordinate representation of color #6DDCEE: hue angle of 188.37º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDCEE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109220238-
CMYK0.540.0800.07
HSL188.37º79.14%68.04%-
HSV(B)188.37º54.2%93.33%-
XYZ47.3360.6190.09-
YUV188.86155.7371.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.22%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=19.22%
G=38.80%
B=41.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092202380.540.0800.07188.3779.1468.04
Hex6DDCEE36807bc4f44
Octal155334356661007274117104
Binary11011011101110011101110110110100001111011110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,238); }

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

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

 a { background-color: rgb(109,220,238); }

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

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

 span { border-color: rgb(109,220,238); }

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