Html Css Color HEX #6DEADC Turquoise Blue

📋 copy color: '#6DEADC'

red 109 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #6DEADC

Tints of Turquoise Blue #6DEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

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

R = 19.36%
G = 41.56%
B = 39.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6DEADC (or 0x6DEADC) is known color: Turquoise Blue. HEX triplet: 6D, EA and DC. RGB value is (109,234,220). Sum of RGB (Red+Green+Blue) = 109+234+220=563 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.36% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEADC is #921523. Grayscale: #C2C2C2. Windows color (decimal): -9573668 or 14477933. OLE color: 14477933.

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

Color convert

RGB 109 234 220 -
CMYK 0.53 0 0.06 0.08
HSL 173.28º 0.75% 0.67% -
HSV(B) 173.28º 0.53% 0.92% -
XYZ 48.65 67.26 78.13 -
YUV 195.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 109 234 220 0.53 0 0.06 0.08 173.28 0.75 0.67
Hex 6D EA DC 35 0 6 8 AD 4B 43
Octal 155 352 334 65 0 6 10 255 113 103
Binary 1101101 11101010 11011100 110101 0 110 1000 10101101 1001011 1000011

Color Harmonies of #6DEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEADC

Black with #6DEADC

Text Example


Text Example

White with #6DEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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