Html Css Color HEX #6ECBE4 Turquoise Blue

📋 copy color: '#6ECBE4'

red 110 ◦ green 203 ◦ blue 228

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

Shades of Turquoise Blue #6ECBE4

Tints of Turquoise Blue #6ECBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.14%

R = 20.33%
G = 37.52%
B = 42.14%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6ECBE4 (or 0x6ECBE4) is known color: Turquoise Blue. HEX triplet: 6E, CB and E4. RGB value is (110,203,228). Sum of RGB (Red+Green+Blue) = 110+203+228=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #6ECBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBE4 is #91341B. Grayscale: #B1B1B1. Windows color (decimal): -9516060 or 14994286. OLE color: 14994286.

HSL color Cylindrical-coordinate representation of color #6ECBE4: hue angle of 192.71º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ECBE4 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 203 228 -
CMYK 0.52 0.11 0 0.11
HSL 192.71º 0.69% 0.66% -
HSV(B) 192.71º 0.52% 0.89% -
XYZ 41.79 51.63 81.16 -
YUV 178.04 156.19 79.47 -
System Red Green Blue C M Y K H S L
Decimal 110 203 228 0.52 0.11 0 0.11 192.71 0.69 0.66
Hex 6E CB E4 34 B 0 B C1 45 42
Octal 156 313 344 64 13 0 13 301 105 102
Binary 1101110 11001011 11100100 110100 1011 0 1011 11000001 1000101 1000010

Color Harmonies of #6ECBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBE4

Black with #6ECBE4

Text Example


Text Example

White with #6ECBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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