Html Css Color HEX #6DDED5 Turquoise Blue

📋 copy color: '#6DDED5'

red 109 ◦ green 222 ◦ blue 213

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

Shades of Turquoise Blue #6DDED5

Tints of Turquoise Blue #6DDED5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 20.04%
G = 40.81%
B = 39.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#6DDED5 (or 0x6DDED5) is known color: Turquoise Blue. HEX triplet: 6D, DE and D5. RGB value is (109,222,213). Sum of RGB (Red+Green+Blue) = 109+222+213=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDED5 is #92212A. Grayscale: #BBBBBB. Windows color (decimal): -9576747 or 14016109. OLE color: 14016109.

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

Color convert

RGB 109 222 213 -
CMYK 0.51 0 0.04 0.13
HSL 175.22º 0.63% 0.65% -
HSV(B) 175.22º 0.51% 0.87% -
XYZ 44.44 60.3 72.25 -
YUV 187.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 109 222 213 0.51 0 0.04 0.13 175.22 0.63 0.65
Hex 6D DE D5 33 0 4 D AF 3F 41
Octal 155 336 325 63 0 4 15 257 77 101
Binary 1101101 11011110 11010101 110011 0 100 1101 10101111 111111 1000001

Color Harmonies of #6DDED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDED5

Black with #6DDED5

Text Example


Text Example

White with #6DDED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,222,213); }

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

background-color css

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

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

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

border-color css

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

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

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