Html Css Color HEX #6DD1DD Turquoise Blue

📋 copy color: '#6DD1DD'

red 109 ◦ green 209 ◦ blue 221

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

Shades of Turquoise Blue #6DD1DD

Tints of Turquoise Blue #6DD1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.78%

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

R = 20.22%
G = 38.78%
B = 41%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DD1DD (or 0x6DD1DD) is known color: Turquoise Blue. HEX triplet: 6D, D1 and DD. RGB value is (109,209,221). Sum of RGB (Red+Green+Blue) = 109+209+221=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD1DD is #922E22. Grayscale: #B4B4B4. Windows color (decimal): -9580067 or 14537069. OLE color: 14537069.

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

Color convert

RGB 109 209 221 -
CMYK 0.51 0.05 0 0.13
HSL 186.43º 0.62% 0.65% -
HSV(B) 186.43º 0.51% 0.87% -
XYZ 42.16 54.07 76.62 -
YUV 180.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 109 209 221 0.51 0.05 0 0.13 186.43 0.62 0.65
Hex 6D D1 DD 33 5 0 D BA 3E 41
Octal 155 321 335 63 5 0 15 272 76 101
Binary 1101101 11010001 11011101 110011 101 0 1101 10111010 111110 1000001

Color Harmonies of #6DD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD1DD

Black with #6DD1DD

Text Example


Text Example

White with #6DD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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