Html Css Color HEX #6EEDEE Turquoise Blue

📋 copy color: '#6EEDEE'

red 110 ◦ green 237 ◦ blue 238

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

Shades of Turquoise Blue #6EEDEE

Tints of Turquoise Blue #6EEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

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

R = 18.8%
G = 40.51%
B = 40.68%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EEDEE (or 0x6EEDEE) is known color: Turquoise Blue. HEX triplet: 6E, ED and EE. RGB value is (110,237,238). Sum of RGB (Red+Green+Blue) = 110+237+238=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDEE is #911211. Grayscale: #C7C7C7. Windows color (decimal): -9507346 or 15658350. OLE color: 15658350.

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

Color convert

RGB 110 237 238 -
CMYK 0.54 0.00 0 0.07
HSL 180.47º 0.79% 0.68% -
HSV(B) 180.47º 0.54% 0.93% -
XYZ 52.15 70.06 91.66 -
YUV 199.14 149.92 64.42 -
System Red Green Blue C M Y K H S L
Decimal 110 237 238 0.54 0.00 0 0.07 180.47 0.79 0.68
Hex 6E ED EE 36 0 0 7 B4 4F 44
Octal 156 355 356 66 0 0 7 264 117 104
Binary 1101110 11101101 11101110 110110 0 0 111 10110100 1001111 1000100

Color Harmonies of #6EEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDEE

Black with #6EEDEE

Text Example


Text Example

White with #6EEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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