Html Css Color HEX #6DEBDD Turquoise Blue

📋 copy color: '#6DEBDD'

red 109 ◦ green 235 ◦ blue 221

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

Shades of Turquoise Blue #6DEBDD

Tints of Turquoise Blue #6DEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

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

R = 19.29%
G = 41.59%
B = 39.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6DEBDD (or 0x6DEBDD) is known color: Turquoise Blue. HEX triplet: 6D, EB and DD. RGB value is (109,235,221). Sum of RGB (Red+Green+Blue) = 109+235+221=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBDD is #921422. Grayscale: #C3C3C3. Windows color (decimal): -9573411 or 14543725. OLE color: 14543725.

HSL color Cylindrical-coordinate representation of color #6DEBDD: hue angle of 173.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBDD is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 235 221 -
CMYK 0.54 0 0.06 0.08
HSL 173.33º 0.76% 0.67% -
HSV(B) 173.33º 0.54% 0.92% -
XYZ 49.07 67.89 78.92 -
YUV 195.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 109 235 221 0.54 0 0.06 0.08 173.33 0.76 0.67
Hex 6D EB DD 36 0 6 8 AD 4C 43
Octal 155 353 335 66 0 6 10 255 114 103
Binary 1101101 11101011 11011101 110110 0 110 1000 10101101 1001100 1000011

Color Harmonies of #6DEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEBDD

Black with #6DEBDD

Text Example


Text Example

White with #6DEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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