Html Css Color HEX #6FECE2 Turquoise Blue

📋 copy color: '#6FECE2'

red 111 ◦ green 236 ◦ blue 226

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

Shades of Turquoise Blue #6FECE2

Tints of Turquoise Blue #6FECE2

RGB

 RED value IS 111 (43.75% from 255) = 19.37%

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

 BLUE value IS 226 (88.67% from 255) = 39.44%

R = 19.37%
G = 41.19%
B = 39.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#6FECE2 (or 0x6FECE2) is known color: Turquoise Blue. HEX triplet: 6F, EC and E2. RGB value is (111,236,226). Sum of RGB (Red+Green+Blue) = 111+236+226=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECE2 is #90131D. Grayscale: #C5C5C5. Windows color (decimal): -9442078 or 14871663. OLE color: 14871663.

HSL color Cylindrical-coordinate representation of color #6FECE2: hue angle of 175.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECE2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 236 226 -
CMYK 0.53 0 0.04 0.07
HSL 175.2º 0.77% 0.68% -
HSV(B) 175.2º 0.53% 0.93% -
XYZ 50.28 68.86 82.59 -
YUV 197.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 111 236 226 0.53 0 0.04 0.07 175.2 0.77 0.68
Hex 6F EC E2 35 0 4 7 AF 4D 44
Octal 157 354 342 65 0 4 7 257 115 104
Binary 1101111 11101100 11100010 110101 0 100 111 10101111 1001101 1000100

Color Harmonies of #6FECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FECE2

Black with #6FECE2

Text Example


Text Example

White with #6FECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,236,226); }

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

background-color css

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

 a { background-color: rgb(111,236,226); }

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

border-color css

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

 span { border-color: rgb(111,236,226); }

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