Html Css Color HEX #6EE4DF Turquoise Blue

📋 copy color: '#6EE4DF'

red 110 ◦ green 228 ◦ blue 223

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

Shades of Turquoise Blue #6EE4DF

Tints of Turquoise Blue #6EE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.64%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 19.61%
G = 40.64%
B = 39.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#6EE4DF (or 0x6EE4DF) is known color: Turquoise Blue. HEX triplet: 6E, E4 and DF. RGB value is (110,228,223). Sum of RGB (Red+Green+Blue) = 110+228+223=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #6EE4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE4DF is #911B20. Grayscale: #C0C0C0. Windows color (decimal): -9509665 or 14673006. OLE color: 14673006.

HSL color Cylindrical-coordinate representation of color #6EE4DF: hue angle of 177.46º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE4DF is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 228 223 -
CMYK 0.52 0 0.02 0.11
HSL 177.46º 0.69% 0.66% -
HSV(B) 177.46º 0.52% 0.89% -
XYZ 47.49 64.13 79.69 -
YUV 192.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 110 228 223 0.52 0 0.02 0.11 177.46 0.69 0.66
Hex 6E E4 DF 34 0 2 B B1 45 42
Octal 156 344 337 64 0 2 13 261 105 102
Binary 1101110 11100100 11011111 110100 0 10 1011 10110001 1000101 1000010

Color Harmonies of #6EE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE4DF

Black with #6EE4DF

Text Example


Text Example

White with #6EE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,228,223); }

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

background-color css

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

 a { background-color: rgb(110,228,223); }

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

border-color css

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

 span { border-color: rgb(110,228,223); }

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