Html Css Color HEX #6ECDDF Turquoise Blue

📋 copy color: '#6ECDDF'

red 110 ◦ green 205 ◦ blue 223

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

Shades of Turquoise Blue #6ECDDF

Tints of Turquoise Blue #6ECDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 20.45%
G = 38.1%
B = 41.45%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ECDDF (or 0x6ECDDF) is known color: Turquoise Blue. HEX triplet: 6E, CD and DF. RGB value is (110,205,223). Sum of RGB (Red+Green+Blue) = 110+205+223=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ECDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDDF is #913220. Grayscale: #B2B2B2. Windows color (decimal): -9515553 or 14667118. OLE color: 14667118.

HSL color Cylindrical-coordinate representation of color #6ECDDF: hue angle of 189.56º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECDDF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 205 223 -
CMYK 0.51 0.08 0 0.13
HSL 189.56º 0.64% 0.65% -
HSV(B) 189.56º 0.51% 0.87% -
XYZ 41.58 52.31 77.72 -
YUV 178.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 110 205 223 0.51 0.08 0 0.13 189.56 0.64 0.65
Hex 6E CD DF 33 8 0 D BE 40 41
Octal 156 315 337 63 10 0 15 276 100 101
Binary 1101110 11001101 11011111 110011 1000 0 1101 10111110 1000000 1000001

Color Harmonies of #6ECDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDDF

Black with #6ECDDF

Text Example


Text Example

White with #6ECDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,205,223); }

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

background-color css

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

 a { background-color: rgb(110,205,223); }

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

border-color css

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

 span { border-color: rgb(110,205,223); }

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