Html Css Color HEX #6EDFDC Turquoise Blue

📋 copy color: '#6EDFDC'

red 110 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #6EDFDC

Tints of Turquoise Blue #6EDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

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

R = 19.89%
G = 40.33%
B = 39.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6EDFDC (or 0x6EDFDC) is known color: Turquoise Blue. HEX triplet: 6E, DF and DC. RGB value is (110,223,220). Sum of RGB (Red+Green+Blue) = 110+223+220=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFDC is #912023. Grayscale: #BCBCBC. Windows color (decimal): -9510948 or 14475118. OLE color: 14475118.

HSL color Cylindrical-coordinate representation of color #6EDFDC: hue angle of 178.41º 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 #6EDFDC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 220 -
CMYK 0.51 0 0.01 0.13
HSL 178.41º 0.64% 0.65% -
HSV(B) 178.41º 0.51% 0.87% -
XYZ 45.74 61.26 77.12 -
YUV 188.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 110 223 220 0.51 0 0.01 0.13 178.41 0.64 0.65
Hex 6E DF DC 33 0 1 D B2 40 41
Octal 156 337 334 63 0 1 15 262 100 101
Binary 1101110 11011111 11011100 110011 0 1 1101 10110010 1000000 1000001

Color Harmonies of #6EDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFDC

Black with #6EDFDC

Text Example


Text Example

White with #6EDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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