Html Css Color HEX #6EDCEE Turquoise Blue

📋 copy color: '#6EDCEE'

red 110 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #6EDCEE

Tints of Turquoise Blue #6EDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 19.37%
G = 38.73%
B = 41.9%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EDCEE (or 0x6EDCEE) is known color: Turquoise Blue. HEX triplet: 6E, DC and EE. RGB value is (110,220,238). Sum of RGB (Red+Green+Blue) = 110+220+238=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EDCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCEE is #912311. Grayscale: #BCBCBC. Windows color (decimal): -9511698 or 15653998. OLE color: 15653998.

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

Color convert

RGB 110 220 238 -
CMYK 0.54 0.08 0 0.07
HSL 188.44º 0.79% 0.68% -
HSV(B) 188.44º 0.54% 0.93% -
XYZ 47.46 60.67 90.1 -
YUV 189.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 110 220 238 0.54 0.08 0 0.07 188.44 0.79 0.68
Hex 6E DC EE 36 8 0 7 BC 4F 44
Octal 156 334 356 66 10 0 7 274 117 104
Binary 1101110 11011100 11101110 110110 1000 0 111 10111100 1001111 1000100

Color Harmonies of #6EDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCEE

Black with #6EDCEE

Text Example


Text Example

White with #6EDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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