Html Css Color HEX #6EDED7 Turquoise Blue

📋 copy color: '#6EDED7'

red 110 ◦ green 222 ◦ blue 215

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

Shades of Turquoise Blue #6EDED7

Tints of Turquoise Blue #6EDED7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 20.11%
G = 40.59%
B = 39.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#6EDED7 (or 0x6EDED7) is known color: Turquoise Blue. HEX triplet: 6E, DE and D7. RGB value is (110,222,215). Sum of RGB (Red+Green+Blue) = 110+222+215=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDED7 is #912128. Grayscale: #BBBBBB. Windows color (decimal): -9511209 or 14147182. OLE color: 14147182.

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

Color convert

RGB 110 222 215 -
CMYK 0.50 0 0.03 0.13
HSL 176.25º 0.63% 0.65% -
HSV(B) 176.25º 0.5% 0.87% -
XYZ 44.82 60.46 73.6 -
YUV 187.71 143.39 72.57 -
System Red Green Blue C M Y K H S L
Decimal 110 222 215 0.50 0 0.03 0.13 176.25 0.63 0.65
Hex 6E DE D7 32 0 3 D B0 3F 41
Octal 156 336 327 62 0 3 15 260 77 101
Binary 1101110 11011110 11010111 110010 0 11 1101 10110000 111111 1000001

Color Harmonies of #6EDED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDED7

Black with #6EDED7

Text Example


Text Example

White with #6EDED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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