Html Css Color HEX #6DDBD6 Turquoise Blue

📋 copy color: '#6DDBD6'

red 109 ◦ green 219 ◦ blue 214

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

Shades of Turquoise Blue #6DDBD6

Tints of Turquoise Blue #6DDBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 20.11%
G = 40.41%
B = 39.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#6DDBD6 (or 0x6DDBD6) is known color: Turquoise Blue. HEX triplet: 6D, DB and D6. RGB value is (109,219,214). Sum of RGB (Red+Green+Blue) = 109+219+214=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBD6 is #922429. Grayscale: #B9B9B9. Windows color (decimal): -9577514 or 14080877. OLE color: 14080877.

HSL color Cylindrical-coordinate representation of color #6DDBD6: hue angle of 177.27º 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 #6DDBD6 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 219 214 -
CMYK 0.50 0 0.02 0.14
HSL 177.27º 0.6% 0.64% -
HSV(B) 177.27º 0.5% 0.86% -
XYZ 43.78 58.77 72.65 -
YUV 185.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 109 219 214 0.50 0 0.02 0.14 177.27 0.6 0.64
Hex 6D DB D6 32 0 2 E B1 3C 40
Octal 155 333 326 62 0 2 16 261 74 100
Binary 1101101 11011011 11010110 110010 0 10 1110 10110001 111100 1000000

Color Harmonies of #6DDBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBD6

Black with #6DDBD6

Text Example


Text Example

White with #6DDBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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