Html Css Color HEX #6ECEDE Turquoise Blue

📋 copy color: '#6ECEDE'

red 110 ◦ green 206 ◦ blue 222

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

Shades of Turquoise Blue #6ECEDE

Tints of Turquoise Blue #6ECEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 20.45%
G = 38.29%
B = 41.26%

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

#6ECEDE (or 0x6ECEDE) is known color: Turquoise Blue. HEX triplet: 6E, CE and DE. RGB value is (110,206,222). Sum of RGB (Red+Green+Blue) = 110+206+222=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ECEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEDE is #913121. Grayscale: #B2B2B2. Windows color (decimal): -9515298 or 14601838. OLE color: 14601838.

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

Color convert

RGB 110 206 222 -
CMYK 0.50 0.07 0 0.13
HSL 188.57º 0.63% 0.65% -
HSV(B) 188.57º 0.5% 0.87% -
XYZ 41.69 52.73 77.09 -
YUV 179.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 110 206 222 0.50 0.07 0 0.13 188.57 0.63 0.65
Hex 6E CE DE 32 7 0 D BD 3F 41
Octal 156 316 336 62 7 0 15 275 77 101
Binary 1101110 11001110 11011110 110010 111 0 1101 10111101 111111 1000001

Color Harmonies of #6ECEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECEDE

Black with #6ECEDE

Text Example


Text Example

White with #6ECEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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