Html Css Color HEX #6EDFEE Turquoise Blue

📋 copy color: '#6EDFEE'

red 110 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #6EDFEE

Tints of Turquoise Blue #6EDFEE

RGB

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

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

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

R = 19.26%
G = 39.05%
B = 41.68%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EDFEE (or 0x6EDFEE) is known color: Turquoise Blue. HEX triplet: 6E, DF and EE. RGB value is (110,223,238). Sum of RGB (Red+Green+Blue) = 110+223+238=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFEE is #912011. Grayscale: #BEBEBE. Windows color (decimal): -9510930 or 15654766. OLE color: 15654766.

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

Color convert

RGB 110 223 238 -
CMYK 0.54 0.06 0 0.07
HSL 187.03º 0.79% 0.68% -
HSV(B) 187.03º 0.54% 0.93% -
XYZ 48.25 62.26 90.36 -
YUV 190.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 110 223 238 0.54 0.06 0 0.07 187.03 0.79 0.68
Hex 6E DF EE 36 6 0 7 BB 4F 44
Octal 156 337 356 66 6 0 7 273 117 104
Binary 1101110 11011111 11101110 110110 110 0 111 10111011 1001111 1000100

Color Harmonies of #6EDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFEE

Black with #6EDFEE

Text Example


Text Example

White with #6EDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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