Html Css Color HEX #6EECF2 Turquoise Blue

📋 copy color: '#6EECF2'

red 110 ◦ green 236 ◦ blue 242

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

Shades of Turquoise Blue #6EECF2

Tints of Turquoise Blue #6EECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 18.71%
G = 40.14%
B = 41.16%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EECF2 (or 0x6EECF2) is known color: Turquoise Blue. HEX triplet: 6E, EC and F2. RGB value is (110,236,242). Sum of RGB (Red+Green+Blue) = 110+236+242=588 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.71% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECF2 is #91130D. Grayscale: #C6C6C6. Windows color (decimal): -9507598 or 15920238. OLE color: 15920238.

HSL color Cylindrical-coordinate representation of color #6EECF2: hue angle of 182.73º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EECF2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 236 242 -
CMYK 0.55 0.02 0 0.05
HSL 182.73º 0.84% 0.69% -
HSV(B) 182.73º 0.55% 0.95% -
XYZ 52.45 69.72 94.7 -
YUV 199.01 152.26 64.51 -
System Red Green Blue C M Y K H S L
Decimal 110 236 242 0.55 0.02 0 0.05 182.73 0.84 0.69
Hex 6E EC F2 37 2 0 5 B7 54 45
Octal 156 354 362 67 2 0 5 267 124 105
Binary 1101110 11101100 11110010 110111 10 0 101 10110111 1010100 1000101

Color Harmonies of #6EECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECF2

Black with #6EECF2

Text Example


Text Example

White with #6EECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,236,242); }

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

background-color css

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

 a { background-color: rgb(110,236,242); }

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

border-color css

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

 span { border-color: rgb(110,236,242); }

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