Html Css Color HEX #6ECCEB Turquoise Blue

📋 copy color: '#6ECCEB'

red 110 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #6ECCEB

Tints of Turquoise Blue #6ECCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.16%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 20.04%
G = 37.16%
B = 42.81%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ECCEB (or 0x6ECCEB) is known color: Turquoise Blue. HEX triplet: 6E, CC and EB. RGB value is (110,204,235). Sum of RGB (Red+Green+Blue) = 110+204+235=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ECCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCEB is #913314. Grayscale: #B3B3B3. Windows color (decimal): -9515797 or 15453294. OLE color: 15453294.

HSL color Cylindrical-coordinate representation of color #6ECCEB: hue angle of 194.88º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ECCEB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 204 235 -
CMYK 0.53 0.13 0 0.08
HSL 194.88º 0.76% 0.68% -
HSV(B) 194.88º 0.53% 0.92% -
XYZ 43.02 52.5 86.46 -
YUV 179.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 110 204 235 0.53 0.13 0 0.08 194.88 0.76 0.68
Hex 6E CC EB 35 D 0 8 C3 4C 44
Octal 156 314 353 65 15 0 10 303 114 104
Binary 1101110 11001100 11101011 110101 1101 0 1000 11000011 1001100 1000100

Color Harmonies of #6ECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCEB

Black with #6ECCEB

Text Example


Text Example

White with #6ECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,204,235); }

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

background-color css

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

 a { background-color: rgb(110,204,235); }

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

border-color css

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

 span { border-color: rgb(110,204,235); }

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