Html Css Color HEX #6DCFDC Turquoise Blue

📋 copy color: '#6DCFDC'

red 109 ◦ green 207 ◦ blue 220

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

Shades of Turquoise Blue #6DCFDC

Tints of Turquoise Blue #6DCFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 20.34%
G = 38.62%
B = 41.04%

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

#6DCFDC (or 0x6DCFDC) is known color: Turquoise Blue. HEX triplet: 6D, CF and DC. RGB value is (109,207,220). Sum of RGB (Red+Green+Blue) = 109+207+220=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFDC is #923023. Grayscale: #B3B3B3. Windows color (decimal): -9580580 or 14471021. OLE color: 14471021.

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

Color convert

RGB 109 207 220 -
CMYK 0.50 0.06 0 0.14
HSL 187.03º 0.61% 0.65% -
HSV(B) 187.03º 0.5% 0.86% -
XYZ 41.54 53.04 75.76 -
YUV 179.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 109 207 220 0.50 0.06 0 0.14 187.03 0.61 0.65
Hex 6D CF DC 32 6 0 E BB 3D 41
Octal 155 317 334 62 6 0 16 273 75 101
Binary 1101101 11001111 11011100 110010 110 0 1110 10111011 111101 1000001

Color Harmonies of #6DCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFDC

Black with #6DCFDC

Text Example


Text Example

White with #6DCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,220); }

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

background-color css

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

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

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

border-color css

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

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

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