Html Css Color HEX #6DD8DC Turquoise Blue

📋 copy color: '#6DD8DC'

red 109 ◦ green 216 ◦ blue 220

#6DD8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6DD8DC

Tints of Turquoise Blue #6DD8DC

RGB

 RED value IS 109 (42.97% from 255) = 20%

 GREEN value IS 216 (84.77% from 255) = 39.63%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 20%
G = 39.63%
B = 40.37%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DD8DC (or 0x6DD8DC) is known color: Turquoise Blue. HEX triplet: 6D, D8 and DC. RGB value is (109,216,220). Sum of RGB (Red+Green+Blue) = 109+216+220=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DD8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8DC is #922723. Grayscale: #B8B8B8. Windows color (decimal): -9578276 or 14473325. OLE color: 14473325.

HSL color Cylindrical-coordinate representation of color #6DD8DC: hue angle of 182.16º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8DC is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 216 220 -
CMYK 0.50 0.02 0 0.14
HSL 182.16º 0.61% 0.65% -
HSV(B) 182.16º 0.5% 0.86% -
XYZ 43.78 57.53 76.51 -
YUV 184.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 109 216 220 0.50 0.02 0 0.14 182.16 0.61 0.65
Hex 6D D8 DC 32 2 0 E B6 3D 41
Octal 155 330 334 62 2 0 16 266 75 101
Binary 1101101 11011000 11011100 110010 10 0 1110 10110110 111101 1000001

Color Harmonies of #6DD8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8DC

Black with #6DD8DC

Text Example


Text Example

White with #6DD8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DD8DC;
 }
 .AnyTagClassName
 {
   color: #6DD8DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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