Html Css Color HEX #6DDBDD Turquoise Blue

📋 copy color: '#6DDBDD'

red 109 ◦ green 219 ◦ blue 221

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

Shades of Turquoise Blue #6DDBDD

Tints of Turquoise Blue #6DDBDD

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 109 219 221 -
CMYK 0.51 0.01 0 0.13
HSL 181.07º 0.62% 0.65% -
HSV(B) 181.07º 0.51% 0.87% -
XYZ 44.69 59.13 77.47 -
YUV 186.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 109 219 221 0.51 0.01 0 0.13 181.07 0.62 0.65
Hex 6D DB DD 33 1 0 D B5 3E 41
Octal 155 333 335 63 1 0 15 265 76 101
Binary 1101101 11011011 11011101 110011 1 0 1101 10110101 111110 1000001

Color Harmonies of #6DDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBDD

Black with #6DDBDD

Text Example


Text Example

White with #6DDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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