Html Css Color HEX #6DDDDB Turquoise Blue

📋 copy color: '#6DDDDB'

red 109 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #6DDDDB

Tints of Turquoise Blue #6DDDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 19.85%
G = 40.26%
B = 39.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6DDDDB (or 0x6DDDDB) is known color: Turquoise Blue. HEX triplet: 6D, DD and DB. RGB value is (109,221,219). Sum of RGB (Red+Green+Blue) = 109+221+219=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDDB is #922224. Grayscale: #BBBBBB. Windows color (decimal): -9576997 or 14409069. OLE color: 14409069.

HSL color Cylindrical-coordinate representation of color #6DDDDB: hue angle of 178.93º 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 #6DDDDB is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 219 -
CMYK 0.51 0 0.01 0.13
HSL 178.93º 0.62% 0.65% -
HSV(B) 178.93º 0.51% 0.87% -
XYZ 44.95 60.08 76.25 -
YUV 187.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 109 221 219 0.51 0 0.01 0.13 178.93 0.62 0.65
Hex 6D DD DB 33 0 1 D B3 3E 41
Octal 155 335 333 63 0 1 15 263 76 101
Binary 1101101 11011101 11011011 110011 0 1 1101 10110011 111110 1000001

Color Harmonies of #6DDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDDB

Black with #6DDDDB

Text Example


Text Example

White with #6DDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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