Html Css Color HEX #6ECBED Turquoise Blue

📋 copy color: '#6ECBED'

red 110 ◦ green 203 ◦ blue 237

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

Shades of Turquoise Blue #6ECBED

Tints of Turquoise Blue #6ECBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.91%

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 20%
G = 36.91%
B = 43.09%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ECBED (or 0x6ECBED) is known color: Turquoise Blue. HEX triplet: 6E, CB and ED. RGB value is (110,203,237). Sum of RGB (Red+Green+Blue) = 110+203+237=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ECBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECBED is #913412. Grayscale: #B2B2B2. Windows color (decimal): -9516051 or 15584110. OLE color: 15584110.

HSL color Cylindrical-coordinate representation of color #6ECBED: hue angle of 196.06º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECBED is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 203 237 -
CMYK 0.54 0.14 0 0.07
HSL 196.06º 0.78% 0.68% -
HSV(B) 196.06º 0.54% 0.93% -
XYZ 43.07 52.14 87.91 -
YUV 179.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 110 203 237 0.54 0.14 0 0.07 196.06 0.78 0.68
Hex 6E CB ED 36 E 0 7 C4 4E 44
Octal 156 313 355 66 16 0 7 304 116 104
Binary 1101110 11001011 11101101 110110 1110 0 111 11000100 1001110 1000100

Color Harmonies of #6ECBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBED

Black with #6ECBED

Text Example


Text Example

White with #6ECBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,203,237); }

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

background-color css

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

 a { background-color: rgb(110,203,237); }

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

border-color css

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

 span { border-color: rgb(110,203,237); }

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