Html Css Color HEX #6ECDEB Turquoise Blue

📋 copy color: '#6ECDEB'

red 110 ◦ green 205 ◦ blue 235

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

Shades of Turquoise Blue #6ECDEB

Tints of Turquoise Blue #6ECDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

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

R = 20%
G = 37.27%
B = 42.73%

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

#6ECDEB (or 0x6ECDEB) is known color: Turquoise Blue. HEX triplet: 6E, CD and EB. RGB value is (110,205,235). Sum of RGB (Red+Green+Blue) = 110+205+235=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ECDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECDEB is #913214. Grayscale: #B3B3B3. Windows color (decimal): -9515541 or 15453550. OLE color: 15453550.

HSL color Cylindrical-coordinate representation of color #6ECDEB: hue angle of 194.4º 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 #6ECDEB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 205 235 -
CMYK 0.53 0.13 0 0.08
HSL 194.4º 0.76% 0.68% -
HSV(B) 194.4º 0.53% 0.92% -
XYZ 43.26 52.98 86.54 -
YUV 180.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 110 205 235 0.53 0.13 0 0.08 194.4 0.76 0.68
Hex 6E CD EB 35 D 0 8 C2 4C 44
Octal 156 315 353 65 15 0 10 302 114 104
Binary 1101110 11001101 11101011 110101 1101 0 1000 11000010 1001100 1000100

Color Harmonies of #6ECDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDEB

Black with #6ECDEB

Text Example


Text Example

White with #6ECDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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