Html Css Color HEX #6EDCED Turquoise Blue

📋 copy color: '#6EDCED'

red 110 ◦ green 220 ◦ blue 237

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

Shades of Turquoise Blue #6EDCED

Tints of Turquoise Blue #6EDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

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

R = 19.4%
G = 38.8%
B = 41.8%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EDCED (or 0x6EDCED) is known color: Turquoise Blue. HEX triplet: 6E, DC and ED. RGB value is (110,220,237). Sum of RGB (Red+Green+Blue) = 110+220+237=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCED is #912312. Grayscale: #BCBCBC. Windows color (decimal): -9511699 or 15588462. OLE color: 15588462.

HSL color Cylindrical-coordinate representation of color #6EDCED: hue angle of 188.03º 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 #6EDCED is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 220 237 -
CMYK 0.54 0.07 0 0.07
HSL 188.03º 0.78% 0.68% -
HSV(B) 188.03º 0.54% 0.93% -
XYZ 47.31 60.62 89.33 -
YUV 189.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 110 220 237 0.54 0.07 0 0.07 188.03 0.78 0.68
Hex 6E DC ED 36 7 0 7 BC 4E 44
Octal 156 334 355 66 7 0 7 274 116 104
Binary 1101110 11011100 11101101 110110 111 0 111 10111100 1001110 1000100

Color Harmonies of #6EDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCED

Black with #6EDCED

Text Example


Text Example

White with #6EDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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