Html Css Color HEX #6EDFEB Turquoise Blue

📋 copy color: '#6EDFEB'

red 110 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #6EDFEB

Tints of Turquoise Blue #6EDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

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

R = 19.37%
G = 39.26%
B = 41.37%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EDFEB (or 0x6EDFEB) is known color: Turquoise Blue. HEX triplet: 6E, DF and EB. RGB value is (110,223,235). Sum of RGB (Red+Green+Blue) = 110+223+235=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFEB is #912014. Grayscale: #BEBEBE. Windows color (decimal): -9510933 or 15458158. OLE color: 15458158.

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

Color convert

RGB 110 223 235 -
CMYK 0.53 0.05 0 0.08
HSL 185.76º 0.76% 0.68% -
HSV(B) 185.76º 0.53% 0.92% -
XYZ 47.81 62.09 88.06 -
YUV 190.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 110 223 235 0.53 0.05 0 0.08 185.76 0.76 0.68
Hex 6E DF EB 35 5 0 8 BA 4C 44
Octal 156 337 353 65 5 0 10 272 114 104
Binary 1101110 11011111 11101011 110101 101 0 1000 10111010 1001100 1000100

Color Harmonies of #6EDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFEB

Black with #6EDFEB

Text Example


Text Example

White with #6EDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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