Html Css Color HEX #6DDDDC Turquoise Blue

📋 copy color: '#6DDDDC'

red 109 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #6DDDDC

Tints of Turquoise Blue #6DDDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.18%

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

R = 19.82%
G = 40.18%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#6DDDDC (or 0x6DDDDC) is known color: Turquoise Blue. HEX triplet: 6D, DD and DC. RGB value is (109,221,220). Sum of RGB (Red+Green+Blue) = 109+221+220=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDDC is #922223. Grayscale: #BBBBBB. Windows color (decimal): -9576996 or 14474605. OLE color: 14474605.

HSL color Cylindrical-coordinate representation of color #6DDDDC: hue angle of 179.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDDC is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 220 -
CMYK 0.51 0 0.00 0.13
HSL 179.46º 0.62% 0.65% -
HSV(B) 179.46º 0.51% 0.87% -
XYZ 45.08 60.13 76.94 -
YUV 187.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 109 221 220 0.51 0 0.00 0.13 179.46 0.62 0.65
Hex 6D DD DC 33 0 0 D B3 3E 41
Octal 155 335 334 63 0 0 15 263 76 101
Binary 1101101 11011101 11011100 110011 0 0 1101 10110011 111110 1000001

Color Harmonies of #6DDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDDC

Black with #6DDDDC

Text Example


Text Example

White with #6DDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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