Html Css Color HEX #6ECBE6 Turquoise Blue

📋 copy color: '#6ECBE6'

red 110 ◦ green 203 ◦ blue 230

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

Shades of Turquoise Blue #6ECBE6

Tints of Turquoise Blue #6ECBE6

RGB

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

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

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

R = 20.26%
G = 37.38%
B = 42.36%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6ECBE6 (or 0x6ECBE6) is known color: Turquoise Blue. HEX triplet: 6E, CB and E6. RGB value is (110,203,230). Sum of RGB (Red+Green+Blue) = 110+203+230=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #6ECBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECBE6 is #913419. Grayscale: #B2B2B2. Windows color (decimal): -9516058 or 15125358. OLE color: 15125358.

HSL color Cylindrical-coordinate representation of color #6ECBE6: hue angle of 193.5º 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 #6ECBE6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 203 230 -
CMYK 0.52 0.12 0 0.10
HSL 193.5º 0.71% 0.67% -
HSV(B) 193.5º 0.52% 0.9% -
XYZ 42.07 51.74 82.63 -
YUV 178.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 110 203 230 0.52 0.12 0 0.10 193.5 0.71 0.67
Hex 6E CB E6 34 C 0 A C2 47 43
Octal 156 313 346 64 14 0 12 302 107 103
Binary 1101110 11001011 11100110 110100 1100 0 1010 11000010 1000111 1000011

Color Harmonies of #6ECBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBE6

Black with #6ECBE6

Text Example


Text Example

White with #6ECBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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