Html Css Color HEX #6EDDFF Turquoise Blue

📋 copy color: '#6EDDFF'

red 110 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #6EDDFF

Tints of Turquoise Blue #6EDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 255 (100% from 255) = 43.52%

R = 18.77%
G = 37.71%
B = 43.52%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EDDFF (or 0x6EDDFF) is known color: Turquoise Blue. HEX triplet: 6E, DD and FF. RGB value is (110,221,255). Sum of RGB (Red+Green+Blue) = 110+221+255=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDDFF is #912200. Grayscale: #BFBFBF. Windows color (decimal): -9511425 or 16768366. OLE color: 16768366.

HSL color Cylindrical-coordinate representation of color #6EDDFF: hue angle of 194.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDDFF is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 221 255 -
CMYK 0.57 0.13 0 0
HSL 194.07º 1% 0.72% -
HSV(B) 194.07º 0.57% 1% -
XYZ 50.34 62.25 103.97 -
YUV 191.69 163.73 69.74 -
System Red Green Blue C M Y K H S L
Decimal 110 221 255 0.57 0.13 0 0 194.07 1 0.72
Hex 6E DD FF 39 D 0 0 C2 64 48
Octal 156 335 377 71 15 0 0 302 144 110
Binary 1101110 11011101 11111111 111001 1101 0 0 11000010 1100100 1001000

Color Harmonies of #6EDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDFF

Black with #6EDDFF

Text Example


Text Example

White with #6EDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,221,255); }

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

background-color css

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

 a { background-color: rgb(110,221,255); }

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

border-color css

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

 span { border-color: rgb(110,221,255); }

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