Html Css Color HEX #6EDBD3 Turquoise Blue

📋 copy color: '#6EDBD3'

red 110 ◦ green 219 ◦ blue 211

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

Shades of Turquoise Blue #6EDBD3

Tints of Turquoise Blue #6EDBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 20.37%
G = 40.56%
B = 39.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#6EDBD3 (or 0x6EDBD3) is known color: Turquoise Blue. HEX triplet: 6E, DB and D3. RGB value is (110,219,211). Sum of RGB (Red+Green+Blue) = 110+219+211=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBD3 is #91242C. Grayscale: #B9B9B9. Windows color (decimal): -9511981 or 13884270. OLE color: 13884270.

HSL color Cylindrical-coordinate representation of color #6EDBD3: hue angle of 175.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBD3 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 211 -
CMYK 0.50 0 0.04 0.14
HSL 175.6º 0.6% 0.65% -
HSV(B) 175.6º 0.5% 0.86% -
XYZ 43.52 58.68 70.66 -
YUV 185.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 110 219 211 0.50 0 0.04 0.14 175.6 0.6 0.65
Hex 6E DB D3 32 0 4 E B0 3C 41
Octal 156 333 323 62 0 4 16 260 74 101
Binary 1101110 11011011 11010011 110010 0 100 1110 10110000 111100 1000001

Color Harmonies of #6EDBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBD3

Black with #6EDBD3

Text Example


Text Example

White with #6EDBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,211); }

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

background-color css

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

 a { background-color: rgb(110,219,211); }

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

border-color css

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

 span { border-color: rgb(110,219,211); }

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