Html Css Color HEX #6EDCE6 Turquoise Blue

📋 copy color: '#6EDCE6'

red 110 ◦ green 220 ◦ blue 230

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

Shades of Turquoise Blue #6EDCE6

Tints of Turquoise Blue #6EDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 19.64%
G = 39.29%
B = 41.07%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6EDCE6 (or 0x6EDCE6) is known color: Turquoise Blue. HEX triplet: 6E, DC and E6. RGB value is (110,220,230). Sum of RGB (Red+Green+Blue) = 110+220+230=560 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.64% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #6EDCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCE6 is #912319. Grayscale: #BCBCBC. Windows color (decimal): -9511706 or 15129710. OLE color: 15129710.

HSL color Cylindrical-coordinate representation of color #6EDCE6: hue angle of 185º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDCE6 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 220 230 -
CMYK 0.52 0.04 0 0.10
HSL 185º 0.71% 0.67% -
HSV(B) 185º 0.52% 0.9% -
XYZ 46.31 60.21 84.04 -
YUV 188.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 110 220 230 0.52 0.04 0 0.10 185 0.71 0.67
Hex 6E DC E6 34 4 0 A B9 47 43
Octal 156 334 346 64 4 0 12 271 107 103
Binary 1101110 11011100 11100110 110100 100 0 1010 10111001 1000111 1000011

Color Harmonies of #6EDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCE6

Black with #6EDCE6

Text Example


Text Example

White with #6EDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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