Html Css Color HEX #6ECEDD Turquoise Blue

📋 copy color: '#6ECEDD'

red 110 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #6ECEDD

Tints of Turquoise Blue #6ECEDD

RGB

 RED value IS 110 (43.36% from 255) = 20.48%

 GREEN value IS 206 (80.86% from 255) = 38.36%

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

R = 20.48%
G = 38.36%
B = 41.15%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ECEDD (or 0x6ECEDD) is known color: Turquoise Blue. HEX triplet: 6E, CE and DD. RGB value is (110,206,221). Sum of RGB (Red+Green+Blue) = 110+206+221=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ECEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEDD is #913122. Grayscale: #B2B2B2. Windows color (decimal): -9515299 or 14536302. OLE color: 14536302.

HSL color Cylindrical-coordinate representation of color #6ECEDD: hue angle of 188.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECEDD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 206 221 -
CMYK 0.50 0.07 0 0.13
HSL 188.11º 0.62% 0.65% -
HSV(B) 188.11º 0.5% 0.87% -
XYZ 41.55 52.68 76.38 -
YUV 179.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 110 206 221 0.50 0.07 0 0.13 188.11 0.62 0.65
Hex 6E CE DD 32 7 0 D BC 3E 41
Octal 156 316 335 62 7 0 15 274 76 101
Binary 1101110 11001110 11011101 110010 111 0 1101 10111100 111110 1000001

Color Harmonies of #6ECEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECEDD

Black with #6ECEDD

Text Example


Text Example

White with #6ECEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,206,221); }

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

background-color css

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

 a { background-color: rgb(110,206,221); }

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

border-color css

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

 span { border-color: rgb(110,206,221); }

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