Html Css Color HEX #6DDBDB Turquoise Blue

📋 copy color: '#6DDBDB'

red 109 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #6DDBDB

Tints of Turquoise Blue #6DDBDB

RGB

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

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

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

R = 19.93%
G = 40.04%
B = 40.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DDBDB (or 0x6DDBDB) is known color: Turquoise Blue. HEX triplet: 6D, DB and DB. RGB value is (109,219,219). Sum of RGB (Red+Green+Blue) = 109+219+219=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #6DDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBDB is #922424. Grayscale: #B9B9B9. Windows color (decimal): -9577509 or 14408557. OLE color: 14408557.

HSL color Cylindrical-coordinate representation of color #6DDBDB: hue angle of 180º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBDB is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 219 219 -
CMYK 0.50 0 0 0.14
HSL 180º 0.6% 0.64% -
HSV(B) 180º 0.5% 0.86% -
XYZ 44.42 59.03 76.07 -
YUV 186.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 109 219 219 0.50 0 0 0.14 180 0.6 0.64
Hex 6D DB DB 32 0 0 E B4 3C 40
Octal 155 333 333 62 0 0 16 264 74 100
Binary 1101101 11011011 11011011 110010 0 0 1110 10110100 111100 1000000

Color Harmonies of #6DDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBDB

Black with #6DDBDB

Text Example


Text Example

White with #6DDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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