Html Css Color HEX #6DCEDB Turquoise Blue

📋 copy color: '#6DCEDB'

red 109 ◦ green 206 ◦ blue 219

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

Shades of Turquoise Blue #6DCEDB

Tints of Turquoise Blue #6DCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 20.41%
G = 38.58%
B = 41.01%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DCEDB (or 0x6DCEDB) is known color: Turquoise Blue. HEX triplet: 6D, CE and DB. RGB value is (109,206,219). Sum of RGB (Red+Green+Blue) = 109+206+219=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEDB is #923124. Grayscale: #B2B2B2. Windows color (decimal): -9580837 or 14405229. OLE color: 14405229.

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

Color convert

RGB 109 206 219 -
CMYK 0.50 0.06 0 0.14
HSL 187.09º 0.6% 0.64% -
HSV(B) 187.09º 0.5% 0.86% -
XYZ 41.16 52.51 74.98 -
YUV 178.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 109 206 219 0.50 0.06 0 0.14 187.09 0.6 0.64
Hex 6D CE DB 32 6 0 E BB 3C 40
Octal 155 316 333 62 6 0 16 273 74 100
Binary 1101101 11001110 11011011 110010 110 0 1110 10111011 111100 1000000

Color Harmonies of #6DCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCEDB

Black with #6DCEDB

Text Example


Text Example

White with #6DCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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