Html Css Color HEX #6EDED4 Turquoise Blue

📋 copy color: '#6EDED4'

red 110 ◦ green 222 ◦ blue 212

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

Shades of Turquoise Blue #6EDED4

Tints of Turquoise Blue #6EDED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 20.22%
G = 40.81%
B = 38.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#6EDED4 (or 0x6EDED4) is known color: Turquoise Blue. HEX triplet: 6E, DE and D4. RGB value is (110,222,212). Sum of RGB (Red+Green+Blue) = 110+222+212=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDED4 is #91212B. Grayscale: #BBBBBB. Windows color (decimal): -9511212 or 13950574. OLE color: 13950574.

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

Color convert

RGB 110 222 212 -
CMYK 0.50 0 0.05 0.13
HSL 174.64º 0.63% 0.65% -
HSV(B) 174.64º 0.5% 0.87% -
XYZ 44.44 60.31 71.59 -
YUV 187.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 110 222 212 0.50 0 0.05 0.13 174.64 0.63 0.65
Hex 6E DE D4 32 0 5 D AF 3F 41
Octal 156 336 324 62 0 5 15 257 77 101
Binary 1101110 11011110 11010100 110010 0 101 1101 10101111 111111 1000001

Color Harmonies of #6EDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDED4

Black with #6EDED4

Text Example


Text Example

White with #6EDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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