Html Css Color HEX #6FECEC Turquoise Blue

📋 copy color: '#6FECEC'

red 111 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #6FECEC

Tints of Turquoise Blue #6FECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 19.04%
G = 40.48%
B = 40.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FECEC (or 0x6FECEC) is known color: Turquoise Blue. HEX triplet: 6F, EC and EC. RGB value is (111,236,236). Sum of RGB (Red+Green+Blue) = 111+236+236=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #6FECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECEC is #901313. Grayscale: #C6C6C6. Windows color (decimal): -9442068 or 15527023. OLE color: 15527023.

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

Color convert

RGB 111 236 236 -
CMYK 0.53 0 0 0.07
HSL 180º 0.77% 0.68% -
HSV(B) 180º 0.53% 0.93% -
XYZ 51.69 69.43 90.03 -
YUV 198.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 111 236 236 0.53 0 0 0.07 180 0.77 0.68
Hex 6F EC EC 35 0 0 7 B4 4D 44
Octal 157 354 354 65 0 0 7 264 115 104
Binary 1101111 11101100 11101100 110101 0 0 111 10110100 1001101 1000100

Color Harmonies of #6FECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FECEC

Black with #6FECEC

Text Example


Text Example

White with #6FECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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