Html Css Color HEX #6FECE6 Turquoise Blue

📋 copy color: '#6FECE6'

red 111 ◦ green 236 ◦ blue 230

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

Shades of Turquoise Blue #6FECE6

Tints of Turquoise Blue #6FECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 19.24%
G = 40.9%
B = 39.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#6FECE6 (or 0x6FECE6) is known color: Turquoise Blue. HEX triplet: 6F, EC and E6. RGB value is (111,236,230). Sum of RGB (Red+Green+Blue) = 111+236+230=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECE6 is #901319. Grayscale: #C5C5C5. Windows color (decimal): -9442074 or 15133807. OLE color: 15133807.

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

Color convert

RGB 111 236 230 -
CMYK 0.53 0 0.03 0.07
HSL 177.12º 0.77% 0.68% -
HSV(B) 177.12º 0.53% 0.93% -
XYZ 50.83 69.08 85.52 -
YUV 197.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 111 236 230 0.53 0 0.03 0.07 177.12 0.77 0.68
Hex 6F EC E6 35 0 3 7 B1 4D 44
Octal 157 354 346 65 0 3 7 261 115 104
Binary 1101111 11101100 11100110 110101 0 11 111 10110001 1001101 1000100

Color Harmonies of #6FECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FECE6

Black with #6FECE6

Text Example


Text Example

White with #6FECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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