Html Css Color HEX #6FECE1 Turquoise Blue

📋 copy color: '#6FECE1'

red 111 ◦ green 236 ◦ blue 225

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

Shades of Turquoise Blue #6FECE1

Tints of Turquoise Blue #6FECE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 19.41%
G = 41.26%
B = 39.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#6FECE1 (or 0x6FECE1) is known color: Turquoise Blue. HEX triplet: 6F, EC and E1. RGB value is (111,236,225). Sum of RGB (Red+Green+Blue) = 111+236+225=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECE1 is #90131E. Grayscale: #C5C5C5. Windows color (decimal): -9442079 or 14806127. OLE color: 14806127.

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

Color convert

RGB 111 236 225 -
CMYK 0.53 0 0.05 0.07
HSL 174.72º 0.77% 0.68% -
HSV(B) 174.72º 0.53% 0.93% -
XYZ 50.14 68.81 81.87 -
YUV 197.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 111 236 225 0.53 0 0.05 0.07 174.72 0.77 0.68
Hex 6F EC E1 35 0 5 7 AF 4D 44
Octal 157 354 341 65 0 5 7 257 115 104
Binary 1101111 11101100 11100001 110101 0 101 111 10101111 1001101 1000100

Color Harmonies of #6FECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FECE1

Black with #6FECE1

Text Example


Text Example

White with #6FECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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