Html Css Color HEX #6DD0DD Turquoise Blue

📋 copy color: '#6DD0DD'

red 109 ◦ green 208 ◦ blue 221

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

Shades of Turquoise Blue #6DD0DD

Tints of Turquoise Blue #6DD0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.66%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 20.26%
G = 38.66%
B = 41.08%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DD0DD (or 0x6DD0DD) is known color: Turquoise Blue. HEX triplet: 6D, D0 and DD. RGB value is (109,208,221). Sum of RGB (Red+Green+Blue) = 109+208+221=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD0DD is #922F22. Grayscale: #B3B3B3. Windows color (decimal): -9580323 or 14536813. OLE color: 14536813.

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

Color convert

RGB 109 208 221 -
CMYK 0.51 0.06 0 0.13
HSL 186.96º 0.62% 0.65% -
HSV(B) 186.96º 0.51% 0.87% -
XYZ 41.91 53.58 76.54 -
YUV 179.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 109 208 221 0.51 0.06 0 0.13 186.96 0.62 0.65
Hex 6D D0 DD 33 6 0 D BB 3E 41
Octal 155 320 335 63 6 0 15 273 76 101
Binary 1101101 11010000 11011101 110011 110 0 1101 10111011 111110 1000001

Color Harmonies of #6DD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD0DD

Black with #6DD0DD

Text Example


Text Example

White with #6DD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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