Html Css Color HEX #6DEDDD Turquoise Blue

📋 copy color: '#6DEDDD'

red 109 ◦ green 237 ◦ blue 221

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

Shades of Turquoise Blue #6DEDDD

Tints of Turquoise Blue #6DEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.8%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 19.22%
G = 41.8%
B = 38.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#6DEDDD (or 0x6DEDDD) is known color: Turquoise Blue. HEX triplet: 6D, ED and DD. RGB value is (109,237,221). Sum of RGB (Red+Green+Blue) = 109+237+221=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDDD is #921222. Grayscale: #C4C4C4. Windows color (decimal): -9572899 or 14544237. OLE color: 14544237.

HSL color Cylindrical-coordinate representation of color #6DEDDD: hue angle of 172.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDDD is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 221 -
CMYK 0.54 0 0.07 0.07
HSL 172.5º 0.78% 0.68% -
HSV(B) 172.5º 0.54% 0.93% -
XYZ 49.64 69.04 79.12 -
YUV 196.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 109 237 221 0.54 0 0.07 0.07 172.5 0.78 0.68
Hex 6D ED DD 36 0 7 7 AC 4E 44
Octal 155 355 335 66 0 7 7 254 116 104
Binary 1101101 11101101 11011101 110110 0 111 111 10101100 1001110 1000100

Color Harmonies of #6DEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDDD

Black with #6DEDDD

Text Example


Text Example

White with #6DEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,237,221); }

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

background-color css

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

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

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

border-color css

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

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

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